about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-10-17 23:31:02 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-10-17 23:31:02 +0000
commitd51febce3146aaf426f8700de01d6c5279de0a9d (patch)
tree68abf1c9b58597156135f763756d35b6a0403766 /GNUmakefile
parent68b3a1ba59306f1bb9cef3af74a472a5519acf32 (diff)
downloadnetpbm-mirror-d51febce3146aaf426f8700de01d6c5279de0a9d.tar.gz
netpbm-mirror-d51febce3146aaf426f8700de01d6c5279de0a9d.tar.xz
netpbm-mirror-d51febce3146aaf426f8700de01d6c5279de0a9d.zip
Move test helper program 'testrandom' from buildtools directory to test directory. One reason is to fix parallel build break due to testrandom depending upon stuff in lib/ directory
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2018 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c6077285..fec301d6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -60,7 +60,7 @@ VPATH=.:$(SRCDIR)
 
 include $(BUILDDIR)/config.mk
 
-PROG_SUBDIRS = converter analyzer editor generator other
+PROG_SUBDIRS = converter analyzer editor generator other test
 PRODUCT_SUBDIRS = lib $(PROG_SUBDIRS)
 SUPPORT_SUBDIRS = urt buildtools