mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Minor modification to the filelist script
This commit is contained in:
parent
5c190a1b8c
commit
04a437c92c
@ -13,9 +13,10 @@ echo CCFILES=$CCFILES >> Make.inc
|
||||
|
||||
# tests Make.inc
|
||||
cd $home/tests
|
||||
dirs=`find . -type d `
|
||||
dirs=`find . -type d -not -path '*/\.*'`
|
||||
for subdir in $dirs; do
|
||||
cd $home/tests/$subdir
|
||||
pwd
|
||||
TESTS=`ls T*.cc`
|
||||
TESTLIST=`echo ${TESTS} | sed s/.cc//g `
|
||||
PREF=`[ $subdir = '.' ] && echo noinst || echo EXTRA`
|
||||
|
0
tests/qdpxx/Test_qdpxx_loops_staples.cc
Executable file → Normal file
0
tests/qdpxx/Test_qdpxx_loops_staples.cc
Executable file → Normal file
0
tests/qdpxx/Test_qdpxx_munprec.cc
Executable file → Normal file
0
tests/qdpxx/Test_qdpxx_munprec.cc
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user