summaryrefslogtreecommitdiff
path: root/test/testit
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2015-01-21 19:05:37 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2015-01-21 19:05:37 +0000
commitc0b48088747387dd36c652afc37f854d5bba3c24 (patch)
tree5c0783510e3ca981653e737a027259cc8c806097 /test/testit
parentd2a72c45bb125271df1e68aa66bdf6bc77a2ce96 (diff)
Rename all of the tests in preparation for merging lit configs with libcxx
http://reviews.llvm.org/D7101 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@226691 91177308-0d34-0410-b5e6-96231b3b80d8
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