From c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 7 Nov 2016 14:52:37 -0500 Subject: testing --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 1861fb7ca..d93eee502 100644 --- a/Makefile.in +++ b/Makefile.in @@ -215,13 +215,16 @@ test-environment: test-filters: cd test/filters; ./filters.sh | grep TESTING +test-arguments: + cd test/arguments; ./arguments.sh | grep TESTING + test-network: echo "Please read test/network/README file and run the test manually" test-fs: cd test/fs; ./fs.sh | grep TESTING -test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters +test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments echo "TEST COMPLETE" gcov:; -- cgit v1.2.3-54-g00ecf