aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3bb128ccc..9a0482848 100644
--- a/Makefile
+++ b/Makefile
@@ -314,7 +314,7 @@ mkman.sh \
314platform \ 314platform \
315src 315src
316 316
317DISTFILES_TEST = test/Makefile test/apps test/apps-x11 test/apps-x11-xorg test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils 317DISTFILES_TEST = test/Makefile test/apps test/apps-x11 test/apps-x11-xorg test/capabilities test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils
318 318
319.PHONY: dist 319.PHONY: dist
320dist: config.mk 320dist: config.mk
@@ -368,7 +368,7 @@ codespell: clean
368# make test 368# make test
369# 369#
370 370
371TESTS=profiles apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter private-etc 371TESTS=profiles capabilities apps apps-x11 apps-x11-xorg sysutils utils environment filters fs fcopy fnetfilter private-etc
372TEST_TARGETS=$(patsubst %,test-%,$(TESTS)) 372TEST_TARGETS=$(patsubst %,test-%,$(TESTS))
373 373
374$(TEST_TARGETS): 374$(TEST_TARGETS):