mirror of
https://github.com/paboyle/Grid.git
synced 2026-09-01 07:19:36 +01:00
Minor modification to the filelist script
This commit is contained in:
+2
-1
@@ -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`
|
||||
|
||||
Executable → Regular
Executable → Regular
Reference in New Issue
Block a user