main shinobi / tests / mk / gnu / variables / MAKECMDGOALS / t002 / test.json
 1{
 2  "case": "t002",
 3  "category": "variables/MAKECMDGOALS",
 4  "compare_output": true,
 5  "description": "Test the MAKECMDGOALS variable.",
 6  "details": "\nWe construct a makefile with various targets, all of which print out\n$(MAKECMDGOALS), then call it different ways.",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "all",
10  "options_mode": "shell",
11  "output_mode": "exact",
12  "setup": [],
13  "source_script": "variables/MAKECMDGOALS",
14  "stdin": "",
15  "suite": "gnu",
16  "timeout_seconds": 60
17}