1{
2 "case": "t002",
3 "category": "options/dash-f",
4 "compare_output": true,
5 "description": "The following test tests that if you specify greater \nthan one '-f makefilename' on the command line, \nthat make concatenates them. This test creates three \nmakefiles and specifies all of them with the -f option \non the command line. To make sure they were concatenated, \nwe then call make with the rules from the concatenated \nmakefiles one at a time. Finally, it calls all three \nrules in one call to make and checks that the output\nis in the correct order.",
6 "details": "",
7 "env": {},
8 "expected_exit": 0,
9 "options": "-f t002.mk -f t003.mk TWO",
10 "options_mode": "shell",
11 "output_mode": "exact",
12 "setup": [],
13 "source_script": "options/dash-f",
14 "stdin": "",
15 "suite": "gnu",
16 "timeout_seconds": 60
17}