summaryrefslogtreecommitdiff
path: root/test/testit
diff options
context:
space:
mode:
Diffstat (limited to 'test/testit')
-rwxr-xr-xtest/testit2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testit b/test/testit
index 0b032c0..ac52f05 100755
--- a/test/testit
+++ b/test/testit
@@ -53,7 +53,7 @@ afunc()
if (ls *.cpp > /dev/null 2>&1)
then
- for FILE in $(ls *.cpp); do
+ for FILE in $(ls *.pass.cpp); do
if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
then
if ./$TEST_EXE