From 6b92f685ed60d846419e657827e091cf3329517e Mon Sep 17 00:00:00 2001 From: netblue30 Date: Tue, 10 Oct 2017 12:23:57 -0400 Subject: private-lib --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index be5ab837f..88ed1f476 100644 --- a/Makefile.in +++ b/Makefile.in @@ -239,6 +239,9 @@ scan-build: clean test-profiles: cd test/profiles; ./profiles.sh | grep TESTING +test-private-lib: + cd test/private-lib; ./private-lib.sh | grep TESTING + test-apps: cd test/apps; ./apps.sh | grep TESTING @@ -271,7 +274,7 @@ test-fs: test-fcopy: cd test/fcopy; ./fcopy.sh | grep TESTING -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 +test: test-profiles test-private-lib 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-sysutils test-environment test-filters test-arguments -- cgit v1.2.3-54-g00ecf