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 3f08c5952..ad81c8851 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -195,6 +195,9 @@ test-apps:
195test-apps-x11: 195test-apps-x11:
196 cd test/apps-x11; ./apps-x11.sh | grep TESTING 196 cd test/apps-x11; ./apps-x11.sh | grep TESTING
197 197
198test-apps-x11-xorg:
199 cd test/apps-x11-xorg; ./apps-x11-xorg.sh | grep TESTING
200
198test-sysutils: 201test-sysutils:
199 cd test/sysutils; ./sysutils.sh | grep TESTING 202 cd test/sysutils; ./sysutils.sh | grep TESTING
200 203
@@ -213,5 +216,5 @@ test-network:
213test-fs: 216test-fs:
214 cd test/fs; ./fs.sh | grep TESTING 217 cd test/fs; ./fs.sh | grep TESTING
215 218
216test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters 219test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-xorg-x11 test-filters
217 echo "TEST COMPLETE" 220 echo "TEST COMPLETE"