c3afa6a1c805c6f597df418ed530da2b82601d35
[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 --ignore NEW_TYPEDEFS --show-types -q --no-tree  -emacs -f {} \;
4
5 EXTRA_DIST = \
6         checkpatch.pl \
7         test_strrep.c
8
9 TESTS = test-strrep
10
11 check_PROGRAMS = test-strrep
12
13 test_strrep_SOURCES = \
14         test_strrep.c \
15         $(top_builddir)/src/pstr.h \
16         $(top_builddir)/src/pstr.c
17 test_strrep_CFLAGS = -I$(top_srcdir)/src
18