]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- script to run testcases
authorArvin Schnell <aschnell@suse.de>
Fri, 18 Feb 2011 09:16:02 +0000 (10:16 +0100)
committerArvin Schnell <aschnell@suse.de>
Fri, 18 Feb 2011 09:16:02 +0000 (10:16 +0100)
testsuite-real/Makefile.am
testsuite-real/run-all [new file with mode: 0755]

index 0b3b825b3a343f248259ec6e4a9227f883afb9b8..a826d94681b52bfa21b1b369cf54f719f03469b3 100644 (file)
@@ -8,6 +8,8 @@ INCLUDES = -I$(top_srcdir)
 
 LDADD = ../snapper/libsnapper.la
 
+noinst_SCRIPTS = run-all
+
 noinst_PROGRAMS = simple1 permissions1 permissions2 owner1 owner2
 
 simple1_SOURCES = simple1.cc common.h common.cc
diff --git a/testsuite-real/run-all b/testsuite-real/run-all
new file mode 100755 (executable)
index 0000000..bdc4dfa
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+
+./simple1
+
+./permissions1
+./permissions2
+
+./owner1
+./owner2
+