From: Arvin Schnell Date: Fri, 18 Feb 2011 09:16:02 +0000 (+0100) Subject: - script to run testcases X-Git-Tag: v0.1.3~474 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=838b9f23cffab4531f334092efcd78911392f536;p=thirdparty%2Fsnapper.git - script to run testcases --- diff --git a/testsuite-real/Makefile.am b/testsuite-real/Makefile.am index 0b3b825b..a826d946 100644 --- a/testsuite-real/Makefile.am +++ b/testsuite-real/Makefile.am @@ -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 index 00000000..bdc4dfa8 --- /dev/null +++ b/testsuite-real/run-all @@ -0,0 +1,11 @@ +#!/bin/bash + + +./simple1 + +./permissions1 +./permissions2 + +./owner1 +./owner2 +