aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 442766e27..2efe3d0b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -269,10 +269,10 @@ test-fs:
269test-fcopy: 269test-fcopy:
270 cd test/fcopy; ./fcopy.sh | grep TESTING 270 cd test/fcopy; ./fcopy.sh | grep TESTING
271 271
272test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 272test: 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
273 echo "TEST COMPLETE" 273 echo "TEST COMPLETE"
274 274
275test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments 275test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments
276 echo "TEST COMPLETE" 276 echo "TEST COMPLETE"
277 277
278########################################## 278##########################################