diff options
author | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-08-21 10:39:39 +0200 |
---|---|---|
committer | Bartek thindil Jasicki <thindil@laeran.pl> | 2020-08-21 10:39:39 +0200 |
commit | 62f07d820c2b474216657bd43a3a919469c9584f (patch) | |
tree | af1263e71c33895e270f08d541688072c358829d /test/test_c_projects | |
parent | 04bd84e914af02e1c7d61ccf8f8368de85eab30e (diff) | |
parent | 2b785688ead505dcbc1007374d3dca9914aa247a (diff) | |
download | ale-62f07d820c2b474216657bd43a3a919469c9584f.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/test_c_projects')
-rw-r--r-- | test/test_c_projects/makefile_project/args | 3 | ||||
-rw-r--r-- | test/test_c_projects/makefile_project/subdir/args | 1 |
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 |