Home | History | Annotate | Download | only in test

Lines Matching refs:FILE

6 # // This file is distributed under the University of Illinois Open Source
42 for FILE in $(ls *.fail.cpp); do
43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
46 echo "$FILE should not compile"
56 for FILE in $(ls *.pass.cpp); do
57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
64 echo "$FILE failed at run time"
69 echo "$FILE failed to compile"
97 for FILE in *
99 if [ -d "$FILE" ];
101 cd $FILE