summaryrefslogtreecommitdiffstats
path: root/test cases/rewrite/1 basic/addTgt.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test cases/rewrite/1 basic/addTgt.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test cases/rewrite/1 basic/addTgt.json b/test cases/rewrite/1 basic/addTgt.json
new file mode 100644
index 0000000..2f4e7e2
--- /dev/null
+++ b/test cases/rewrite/1 basic/addTgt.json
@@ -0,0 +1,9 @@
+[
+ {
+ "type": "target",
+ "target": "trivialprog10",
+ "operation": "target_add",
+ "sources": ["new1.cpp", "new2.cpp"],
+ "target_type": "shared_library"
+ }
+]