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 bc0fa0096..e34a38ab6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -243,6 +243,9 @@ test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils
243test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments 243test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments
244 echo "TEST COMPLETE" 244 echo "TEST COMPLETE"
245 245
246test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments
247 echo "TEST COMPLETE"
248
246########################################## 249##########################################
247# Individual tests, some of them require root access 250# Individual tests, some of them require root access
248# The tests are very intrusive, by the time you are done 251# The tests are very intrusive, by the time you are done