mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
add test for arguments with '--'
This commit is contained in:
@@ -74,7 +74,7 @@ Execute(ParseCFlags should ignore -T and other arguments):
|
|||||||
\ . ' -DTEST=`date +%s`',
|
\ . ' -DTEST=`date +%s`',
|
||||||
\ ale#c#ParseCFlags(
|
\ ale#c#ParseCFlags(
|
||||||
\ ale#path#Simplify(g:dir. '/test_c_projects/makefile_project'),
|
\ ale#path#Simplify(g:dir. '/test_c_projects/makefile_project'),
|
||||||
\ 'gcc -Dgoal=9 -Tlinkerfile.ld blabla -Isubdir '
|
\ 'gcc -Dgoal=9 -Tlinkerfile.ld blabla -Isubdir --sysroot=subdir '
|
||||||
\ . '-I'. ale#path#Simplify('kernel/include')
|
\ . '-I'. ale#path#Simplify('kernel/include')
|
||||||
\ . ' -DTEST=`date +%s` -c file.c'
|
\ . ' -DTEST=`date +%s` -c file.c'
|
||||||
\ )
|
\ )
|
||||||
|
|||||||
Reference in New Issue
Block a user