xref: /llvm-project/polly/lib/External/isl/isl_test_cpp_failed.sh (revision 3f9bf9f42a9043e20c6d2a74dd4f47a90a7e2b41)
1#/bin/sh
2# Check that isl_test_cpp_failed CANNOT be built.
3# Note that the failed build may leave behind a temporary dependence
4# tracking object, which should be removed.
5make isl_test_cpp_failed
6ret=$?
7rm -f .deps/isl_test_cpp_failed-isl_test_cpp.Tpo
8test $ret -ne 0
9