From fc345a7ff02822c27709e30be1ca34e5cfdd4b60 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Tue, 29 Aug 2017 19:23:28 +0200 Subject: run sysutils tests in test target --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 442766e27..2efe3d0b9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -269,10 +269,10 @@ test-fs: test-fcopy: cd test/fcopy; ./fcopy.sh | grep TESTING -test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments +test: 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 echo "TEST COMPLETE" -test-travis: test-profiles test-fcopy test-fs test-utils test-environment test-filters test-arguments +test-travis: test-profiles test-fcopy test-fs test-utils test-sysutils test-environment test-filters test-arguments echo "TEST COMPLETE" ########################################## -- cgit v1.2.3-54-g00ecf