mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-30 08:04:31 +08:00
Fixes #3092 - Implement loading @file c arguments
This commit is contained in:
3
test/test_c_projects/makefile_project/args
Normal file
3
test/test_c_projects/makefile_project/args
Normal file
@@ -0,0 +1,3 @@
|
||||
foolib.a
|
||||
-DARGS1
|
||||
@subdir/args
|
||||
1
test/test_c_projects/makefile_project/subdir/args
Normal file
1
test/test_c_projects/makefile_project/subdir/args
Normal file
@@ -0,0 +1 @@
|
||||
-DARGS2
|
||||
Reference in New Issue
Block a user