aa957a0817246febe3454de7e3f8c0dd85c66dfd
[psensor.git] / tests / Makefile.am
1 check-local: checkpatch.pl
2         find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
3         find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl -q --no-tree  -emacs -f {} \;
4
5 EXTRA_DIST = checkpatch.pl 
6
7 check_PROGRAMS = test-url-encode
8 test_url_encode_SOURCES = test_url_encode.c
9 test_url_encode_LDADD = ../src/lib/libpsensor.a
10
11 TESTS = test-url-encode