parent
0ce6632393
commit
8dd9b44831
3 changed files with 159 additions and 12 deletions
@ -0,0 +1,83 @@ |
|||||||
|
[ |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog1", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileA.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog3", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileA.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog4", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileA.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog5", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileB.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog6", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileA.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog7", |
||||||
|
"operation": "src_rm", |
||||||
|
"sources": ["fileB.cpp"] |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog1", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog2", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog3", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog4", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog5", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog6", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog7", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog8", |
||||||
|
"operation": "test" |
||||||
|
}, |
||||||
|
{ |
||||||
|
"type": "target", |
||||||
|
"target": "trivialprog9", |
||||||
|
"operation": "test" |
||||||
|
} |
||||||
|
] |
Loading…
Reference in new issue