buildtools/gcc/isl/isl_test_cpp_failed.sh
Adrien Destugues 680f0e1112 import ISL 0.24
2022-07-15 15:05:28 +02:00

9 lines
269 B
Bash
Executable File

#/bin/sh
# Check that isl_test_cpp_failed CANNOT be built.
# Note that the failed build may leave behind a temporary dependence
# tracking object, which should be removed.
make isl_test_cpp_failed
ret=$?
rm -f .deps/isl_test_cpp_failed-isl_test_cpp.Tpo
test $ret -ne 0