repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_tab_basic_map_partial_lexopt: copy integer divisions to context
[isl.git]
/
isl_test_cpp_failed.sh
blob
090a89ea842e032ba357663b535d0971cc418040
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.
5
make
isl_test_cpp_failed
6
ret
=
$?
7
rm
-f
.deps
/
isl_test_cpp_failed-isl_test_cpp.Tpo
8
test
$ret
-ne
0