merged plib
[ppastats.git] / tests / Makefile.am
index 466b5be..c3afa6a 100644 (file)
@@ -1,17 +1,18 @@
 check-local: checkpatch.pl
        find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree  -emacs -f {} \;
-       find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree  -emacs -f {} \;
+       find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore NEW_TYPEDEFS --show-types -q --no-tree  -emacs -f {} \;
 
 EXTRA_DIST = \
        checkpatch.pl \
        test_strrep.c
 
-check_PROGRAMS = test-strrep
+TESTS = test-strrep
 
-AM_CPPFLAGS = -pedantic -Werror
+check_PROGRAMS = test-strrep
 
 test_strrep_SOURCES = \
        test_strrep.c \
-       ../src/str.c
+       $(top_builddir)/src/pstr.h \
+       $(top_builddir)/src/pstr.c
+test_strrep_CFLAGS = -I$(top_srcdir)/src
 
-TESTS = test-strrep