aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 18:16:03 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-05 18:16:03 -0400
commitf8ad9c20bbbc5018927598c23532e33851b74d60 (patch)
treefce89e52f67388c228039d5c9efdae8d069f2813 /Makefile.in
parentMerge pull request #499 from reinerh/master (diff)
downloadfirejail-f8ad9c20bbbc5018927598c23532e33851b74d60.tar.gz
firejail-f8ad9c20bbbc5018927598c23532e33851b74d60.tar.zst
firejail-f8ad9c20bbbc5018927598c23532e33851b74d60.zip
test fixes
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 9a6044fcb..fdf247255 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,6 +47,7 @@ clean:
47 done 47 done
48 rm -f firejail.1 firejail.1.gz firemon.1 firemon.1.gz firecfg.1 firecfg.gz firejail-profile.5 firejail-profile.5.gz firejail-login.5 firejail-login.5.gz firejail-config.5 firejail-config.5.gz firejail*.rpm 48 rm -f firejail.1 firejail.1.gz firemon.1 firemon.1.gz firecfg.1 firecfg.gz firejail-profile.5 firejail-profile.5.gz firejail-login.5 firejail-login.5.gz firejail-config.5 firejail-config.5.gz firejail*.rpm
49 rm -f test/utils/index.html* 49 rm -f test/utils/index.html*
50 rm -f test/utils/wget-log
50 rm -f test/utils/lstesting 51 rm -f test/utils/lstesting
51 cd test/compile; ./compile.sh --clean; cd ../.. 52 cd test/compile; ./compile.sh --clean; cd ../..
52 cd test/dist-compile; ./compile.sh --clean; cd ../.. 53 cd test/dist-compile; ./compile.sh --clean; cd ../..
@@ -303,10 +304,10 @@ test-filters:
303 cd test/filters; ./filters.sh | grep TESTING 304 cd test/filters; ./filters.sh | grep TESTING
304 305
305test-network: 306test-network:
306 echo "Please read test/netwok/README file and run the test manually" 307 echo "Please read test/network/README file and run the test manually"
307 308
308test-fs: 309test-fs:
309 cd test/fs; ./fs.sh | grep TESTING 310 cd test/fs; ./fs.sh | grep TESTING
310 311
311test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters test-network 312test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-filters
312 echo "TEST COMPLETE" 313 echo "TEST COMPLETE"