We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c171d commit c3b8ff3Copy full SHA for c3b8ff3
tests/src/Makefile.am
@@ -9,5 +9,6 @@
9
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10
11
SUBDIRS = core \
12
- gui
+ gui \
13
+ raster
14
tests/src/runtests.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
#set -x
3
-DIRS=`ls -lah | grep ^d|grep -v '\.$' |grep -v '\.\.$' |grep -v '.svn' |awk '{print $8}' | awk '$1=$1' RS=`
+DIRS=`ls -1F |grep / |sed 's/\///g'`
4
5
TOTALDIRS=0
6
TOTALEXES=0
0 commit comments