466b5be0aa0ccb53aaa5eea62a3aa77663c6a409
[ppastats.git] / tests / Makefile.am
1 check-local: checkpatch.pl
2         find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree  -emacs -f {} \;
3         find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --show-types -q --no-tree  -emacs -f {} \;
4
5 EXTRA_DIST = \
6         checkpatch.pl \
7         test_strrep.c
8
9 check_PROGRAMS = test-strrep
10
11 AM_CPPFLAGS = -pedantic -Werror
12
13 test_strrep_SOURCES = \
14         test_strrep.c \
15         ../src/str.c
16
17 TESTS = test-strrep