From 47be9ff57e72906660bb62a515222f482131e1fb Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Fri, 11 Apr 2014 09:37:53 +0200 Subject: Create setools-3.3.7 git repo --- libsefs/tests/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libsefs/tests/Makefile.am (limited to 'libsefs/tests/Makefile.am') diff --git a/libsefs/tests/Makefile.am b/libsefs/tests/Makefile.am new file mode 100644 index 0000000..50f7af0 --- /dev/null +++ b/libsefs/tests/Makefile.am @@ -0,0 +1,17 @@ +TESTS = libsefs-tests +check_PROGRAMS = libsefs-tests + +libsefs_tests_SOURCES = \ + fcfile-tests.cc fcfile-tests.hh \ + libsefs-tests.cc + +EXTRA_DIST = file_contexts.confed file_contexts.union file_contexts.broken + +AM_CXXFLAGS = @DEBUGCFLAGS@ @WARNCFLAGS@ @PROFILECFLAGS@ @SELINUX_CFLAGS@ \ + @QPOL_CFLAGS@ @APOL_CFLAGS@ @SEFS_CFLAGS@ -DSRCDIR="\"$(srcdir)\"" + +AM_LDFLAGS = @DEBUGLDFLAGS@ @WARNLDFLAGS@ @PROFILELDFLAGS@ + +LDADD = @SELINUX_LIB_FLAG@ @SEFS_LIB_FLAG@ @APOL_LIB_FLAG@ @QPOL_LIB_FLAG@ @CUNIT_LIB_FLAG@ + +libsefs_tests_DEPENDENCIES = ../src/libsefs.so \ No newline at end of file -- cgit