mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 21:56:43 +00:00
Rename all of the tests in preparation for merging lit configs with libcxx
http://reviews.llvm.org/D7101 llvm-svn: 226691
This commit is contained in:
parent
311730ac78
commit
e434b34fa3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user