main shinobi / tests / mk / gnu / features / comments / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "features/comments",
 4  "compare_output": true,
 5  "description": "The following test creates a makefile to test comments\nand comment continuation to the next line using a \nbackslash within makefiles.",
 6  "details": "To test comments within a makefile, a semi-colon was placed \nafter a comment was started.  This should not be reported as\nan error since it is within a comment.  We then continue the \ncomment to the next line using a backslash.  To test whether\nthe comment really continued, we place an echo command with some\ntext on the line which should never execute since it should be \nwithin a comment\n",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "features/comments",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}