aboutsummaryrefslogtreecommitdiffstats
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 1861fb7ca..d93eee502 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -215,13 +215,16 @@ test-environment:
215test-filters: 215test-filters:
216 cd test/filters; ./filters.sh | grep TESTING 216 cd test/filters; ./filters.sh | grep TESTING
217 217
218test-arguments:
219 cd test/arguments; ./arguments.sh | grep TESTING
220
218test-network: 221test-network:
219 echo "Please read test/network/README file and run the test manually" 222 echo "Please read test/network/README file and run the test manually"
220 223
221test-fs: 224test-fs:
222 cd test/fs; ./fs.sh | grep TESTING 225 cd test/fs; ./fs.sh | grep TESTING
223 226
224test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters 227test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
225 echo "TEST COMPLETE" 228 echo "TEST COMPLETE"
226 229
227gcov:; 230gcov:;