main shinobi / tests / mk / gnu / targets / clean / t001 / test.json
 1{
 2  "case": "t001",
 3  "category": "targets/clean",
 4  "compare_output": true,
 5  "description": "The following test creates a makefile to delete a \nfile in the directory.  It tests to see if make will \nNOT execute the command unless the rule is given in \nthe make command line.",
 6  "details": "",
 7  "env": {},
 8  "expected_exit": 0,
 9  "options": "",
10  "options_mode": "argv",
11  "output_mode": "exact",
12  "setup": [
13    {
14      "content": "\n",
15      "kind": "file",
16      "mode": "0644",
17      "mtime": 1778707230,
18      "path": "EXAMPLE_FILE"
19    }
20  ],
21  "source_script": "targets/clean",
22  "stdin": "",
23  "suite": "gnu",
24  "timeout_seconds": 60
25}