summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index be5ab837f..88ed1f476 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -239,6 +239,9 @@ scan-build: clean
239test-profiles: 239test-profiles:
240 cd test/profiles; ./profiles.sh | grep TESTING 240 cd test/profiles; ./profiles.sh | grep TESTING
241 241
242test-private-lib:
243 cd test/private-lib; ./private-lib.sh | grep TESTING
244
242test-apps: 245test-apps:
243 cd test/apps; ./apps.sh | grep TESTING 246 cd test/apps; ./apps.sh | grep TESTING
244 247
@@ -271,7 +274,7 @@ test-fs:
271test-fcopy: 274test-fcopy:
272 cd test/fcopy; ./fcopy.sh | grep TESTING 275 cd test/fcopy; ./fcopy.sh | grep TESTING
273 276
274test: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 277test: test-profiles test-private-lib test-fcopy test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
275 echo "TEST COMPLETE" 278 echo "TEST COMPLETE"
276 279
277test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments 280test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments