1
0
Fork 0

exclude aardvark tests from make install

This commit is contained in:
Jan Steemann 2014-06-03 09:30:44 +02:00
parent f0084fa116
commit 12b8e1c239
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ nobase_pkgdata_DATA = \
$(shell find @srcdir@/js/server -name "*.js" -print) \
$(shell find @srcdir@/js/client -name "*.js" -print) \
$(shell find @srcdir@/js/node -type f "(" -name .travis.yml -o -name .npmignore -o -print ")") \
$(shell find @srcdir@/js/apps/system -type f -print)
$(shell find @srcdir@/js/apps/system -type f "(" -path "*/test/*" -o -path "*/test_data/*" -o -print ")")
if ENABLE_MRUBY