summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 13:14:13 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-11 13:14:13 -0500
commitc40736899fc621946246297e5b1a3964f6172fdb (patch)
tree5ab5e0bfeb48b1573aaaa451b1acd542377791d3 /Makefile.in
parenthidepid part 5 (diff)
downloadfirejail-c40736899fc621946246297e5b1a3964f6172fdb.tar.gz
firejail-c40736899fc621946246297e5b1a3964f6172fdb.tar.zst
firejail-c40736899fc621946246297e5b1a3964f6172fdb.zip
appimage testing
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6ea9e897f..83d44fb1c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -146,7 +146,7 @@ uninstall:
146 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 146 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
147 147
148DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES" 148DISTFILES = "src etc platform configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkuid.sh COPYING README RELNOTES"
149DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils" 149DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/appimage test/root test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils"
150 150
151dist: 151dist:
152 mv config.status config.status.old 152 mv config.status config.status.old
@@ -232,7 +232,10 @@ test-arguments:
232test-fs: 232test-fs:
233 cd test/fs; ./fs.sh | grep TESTING 233 cd test/fs; ./fs.sh | grep TESTING
234 234
235test: test-profiles test-fs test-utils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments 235test-appimage:
236 cd test/appimage; ./appimage.sh | grep TESTING
237
238test: test-profiles test-fs test-utils test-environment test-appimage test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments
236 echo "TEST COMPLETE" 239 echo "TEST COMPLETE"
237 240
238# 241#