Skip to content

Commit

Permalink
Fix test driver
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhsnn committed Nov 24, 2024
1 parent 9ad13db commit a105cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ echo '#include <stddef.h>' > $tmp/next1/file1.h
echo '#include_next "file1.h"' >> $tmp/next1/file1.h
echo '#include_next "file2.h"' > $tmp/next2/file1.h
echo 'foo' > $tmp/next3/file2.h
$testcc -I$tmp/next1 -I$tmp/next2 -I$tmp/next3 -E $tmp/file.c | grep -q foo
$testcc -Iinclude/ -I$tmp/next1 -I$tmp/next2 -I$tmp/next3 -E $tmp/file.c | grep -q foo
check '#include_next'

# -static
Expand Down

0 comments on commit a105cc3

Please sign in to comment.