From: Ondrej Kozina Date: Wed, 27 Feb 2013 12:32:14 +0000 (+0100) Subject: - add xattrs2.cc to testsuite Makefile X-Git-Tag: v0.1.3~18^2~23 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5e54302daed53e92b3d4fba3243bdf20c3be2aba;p=thirdparty%2Fsnapper.git - add xattrs2.cc to testsuite Makefile --- diff --git a/testsuite-real/Makefile.am b/testsuite-real/Makefile.am index 1ec3da17..f546471e 100644 --- a/testsuite-real/Makefile.am +++ b/testsuite-real/Makefile.am @@ -11,7 +11,7 @@ LDADD = ../snapper/libsnapper.la noinst_SCRIPTS = run-all noinst_PROGRAMS = simple1 permissions1 permissions2 owner1 owner2 owner3 \ - directory1 missing-directory1 error1 error2 error4 xattrs1 + directory1 missing-directory1 error1 error2 error4 xattrs1 xattrs2 simple1_SOURCES = simple1.cc common.h common.cc @@ -31,6 +31,7 @@ error2_SOURCES = error2.cc common.h common.cc error4_SOURCES = error4.cc common.h common.cc xattrs1_SOURCES = xattrs1.cc xattrs_utils.cc xattrs_utils.h common.h common.cc +xattrs2_SOURCES = xattrs2.cc xattrs_utils.cc xattrs_utils.h common.h common.cc EXTRA_DIST = $(noinst_SCRIPTS)