summaryrefslogtreecommitdiff
path: root/test/test_c_projects
diff options
context:
space:
mode:
authorBartek thindil Jasicki <thindil@laeran.pl>2020-08-21 10:39:39 +0200
committerBartek thindil Jasicki <thindil@laeran.pl>2020-08-21 10:39:39 +0200
commit62f07d820c2b474216657bd43a3a919469c9584f (patch)
treeaf1263e71c33895e270f08d541688072c358829d /test/test_c_projects
parent04bd84e914af02e1c7d61ccf8f8368de85eab30e (diff)
parent2b785688ead505dcbc1007374d3dca9914aa247a (diff)
downloadale-62f07d820c2b474216657bd43a3a919469c9584f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/test_c_projects')
-rw-r--r--test/test_c_projects/makefile_project/args3
-rw-r--r--test/test_c_projects/makefile_project/subdir/args1
2 files changed, 4 insertions, 0 deletions
diff --git a/test/test_c_projects/makefile_project/args b/test/test_c_projects/makefile_project/args
new file mode 100644
index 00000000..ccaf82ad
--- /dev/null
+++ b/test/test_c_projects/makefile_project/args
@@ -0,0 +1,3 @@
+foolib.a
+-DARGS1
+@subdir/args
diff --git a/test/test_c_projects/makefile_project/subdir/args b/test/test_c_projects/makefile_project/subdir/args
new file mode 100644
index 00000000..3fe9c3fe
--- /dev/null
+++ b/test/test_c_projects/makefile_project/subdir/args
@@ -0,0 +1 @@
+-DARGS2