mirror of https://github.com/dense-analysis/ale
add test for arguments with '--'
This commit is contained in:
parent
87743faf2a
commit
3c067941f1
|
@ -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'
|
||||||
\ )
|
\ )
|
||||||
|
|
Loading…
Reference in New Issue