aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d9d7bcd37..af30d860e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -270,6 +270,9 @@ test-fcopy:
270test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 270test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
271 echo "TEST COMPLETE" 271 echo "TEST COMPLETE"
272 272
273test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments
274 echo "TEST COMPLETE"
275
273########################################## 276##########################################
274# Individual tests, some of them require root access 277# Individual tests, some of them require root access
275# The tests are very intrussive, by the time you are done 278# The tests are very intrussive, by the time you are done