Skip to content

Commit 6b5c60f

Browse files
author
timlinux
committed
Add raster to make file
Make dir detection more wonder_sk friendly git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5259 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 18d800f commit 6b5c60f

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)