Skip to content

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎tests/src/Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

1111
SUBDIRS = core \
12-
gui
12+
gui \
13+
raster
1314

‎tests/src/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#set -x
3-
DIRS=`ls -lah | grep ^d|grep -v '\.$' |grep -v '\.\.$' |grep -v '.svn' |awk '{print $8}' | awk '$1=$1' RS=`
3+
DIRS=`ls -1F |grep / |sed 's/\///g'`
44

55
TOTALDIRS=0
66
TOTALEXES=0

0 commit comments

Comments
 (0)
Please sign in to comment.