mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
test/asm: special-case include-recursion
This commit is contained in:
@@ -11,6 +11,12 @@ for i in *.asm; do
|
|||||||
../../rgbasm -o $o $i > $after 2>&1
|
../../rgbasm -o $o $i > $after 2>&1
|
||||||
desired_output=${i%.asm}.out
|
desired_output=${i%.asm}.out
|
||||||
else
|
else
|
||||||
|
# `include-recursion.asm` refers to its own name inside the test code.
|
||||||
|
# Skip testing with stdin input for that file.
|
||||||
|
if [ "$i" = "include-recursion.asm" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
# Stop! This is not a Useless Use Of Cat. Using cat instead of
|
# Stop! This is not a Useless Use Of Cat. Using cat instead of
|
||||||
# stdin redirection makes the input an unseekable pipe - a scenario
|
# stdin redirection makes the input an unseekable pipe - a scenario
|
||||||
# that's harder to deal with and was broken when the feature was
|
# that's harder to deal with and was broken when the feature was
|
||||||
|
|||||||
Reference in New Issue
Block a user