From b20931571484108d1ec29eaab5b731e754649664 Mon Sep 17 00:00:00 2001 From: Stephen Robinson Date: Thu, 2 Apr 2020 15:49:03 -0700 Subject: Fixes #3092 - Implement loading `@file` c arguments --- test/test_c_projects/makefile_project/args | 3 +++ test/test_c_projects/makefile_project/subdir/args | 1 + 2 files changed, 4 insertions(+) create mode 100644 test/test_c_projects/makefile_project/args create mode 100644 test/test_c_projects/makefile_project/subdir/args (limited to 'test/test_c_projects') 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 -- cgit v1.2.3