X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.am;h=aa957a0817246febe3454de7e3f8c0dd85c66dfd;hb=12a0e6ab2388b9e7a67dd0582c45fb3305836c09;hp=1acf1045995ef81be28ba2111029f452c652e88a;hpb=a3c71b73815825dcd686f30a3b0012c169dab6d6;p=psensor.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 1acf104..aa957a0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -2,4 +2,10 @@ check-local: checkpatch.pl find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl -q --no-tree -emacs -f {} \; find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl -q --no-tree -emacs -f {} \; -EXTRA_DIST = checkpatch.pl \ No newline at end of file +EXTRA_DIST = checkpatch.pl + +check_PROGRAMS = test-url-encode +test_url_encode_SOURCES = test_url_encode.c +test_url_encode_LDADD = ../src/lib/libpsensor.a + +TESTS = test-url-encode \ No newline at end of file