summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-19 09:49:09 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-19 09:49:09 -0500
commitd30ae468d925199359aa7c6d4cdec7e9e15587dd (patch)
tree0d90762b6f55ca8bad2b923d4682f8a337a32600 /Makefile.in
parenttesting (diff)
downloadfirejail-d30ae468d925199359aa7c6d4cdec7e9e15587dd.tar.gz
firejail-d30ae468d925199359aa7c6d4cdec7e9e15587dd.tar.zst
firejail-d30ae468d925199359aa7c6d4cdec7e9e15587dd.zip
testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index 6501989a9..772dc8c06 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -147,7 +147,7 @@ uninstall:
147 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 147 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
148 148
149DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" 149DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
150DISTFILES_TEST = "test/rlimit test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils" 150DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
151 151
152dist: 152dist:
153 mv config.status config.status.old 153 mv config.status config.status.old
@@ -225,13 +225,10 @@ test-arguments:
225test-fs: 225test-fs:
226 cd test/fs; ./fs.sh | grep TESTING 226 cd test/fs; ./fs.sh | grep TESTING
227 227
228test-rlimit:
229 cd test/rlimit; ./rlimit.sh | grep TESTING
230
231test-fcopy: 228test-fcopy:
232 cd test/fcopy; ./fcopy.sh | grep TESTING 229 cd test/fcopy; ./fcopy.sh | grep TESTING
233 230
234test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments test-rlimit 231test: test-profiles test-fcopy test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
235 echo "TEST COMPLETE" 232 echo "TEST COMPLETE"
236 233
237########################################## 234##########################################