X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=tests%2FMakefile.am;fp=tests%2FMakefile.am;h=0000000000000000000000000000000000000000;hp=9f597642a1d94bc68484431f274677f975f6478e;hb=4487aa672b4ea293173ff44bb76f79fb59bae024;hpb=3a67d56a58c3b1000a8dedb8b783ad7472f66850 diff --git a/tests/Makefile.am b/tests/Makefile.am deleted file mode 100644 index 9f59764..0000000 --- a/tests/Makefile.am +++ /dev/null @@ -1,46 +0,0 @@ -check-local: checkpatch.pl - find $(top_srcdir)/src -name \*.c -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; - find $(top_srcdir)/src -name \*.h -exec $(srcdir)/checkpatch.pl --ignore FUNCTION_WITHOUT_ARGS,SPLIT_STRING --show-types -q --no-tree -emacs -f {} \; - -DEFS = -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" @DEFS@ - -EXTRA_DIST = checkpatch.pl \ - test-cppcheck.sh \ - test-io-dir-list.sh - -check_PROGRAMS = test-io-dir-list \ - test-psensor-type-to-unit-str \ - test-psensor-value-to-str \ - test-url-encode \ - test-url-normalize - -AM_CPPFLAGS = -Wall -Werror - -LIBS += ../src/lib/libpsensor.a \ - $(SENSORS_LIBS) - -if ATASMART -LIBS += $(ATASMART_LIBS) -endif - -if GTOP -LIBS += $(GTOP_LIBS) -endif - -test_io_dir_list_SOURCES = test_io_dir_list.c -test_psensor_type_to_unit_str_SOURCES = test_psensor_type_to_unit_str.c -test_psensor_type_to_unit_str_CFLAGS = -I$(top_srcdir)/src/lib -test_psensor_value_to_str_SOURCES = test_psensor_value_to_str.c -test_psensor_value_to_str_CFLAGS = -I$(top_srcdir)/src/lib -test_url_encode_SOURCES = test_url_encode.c -test_url_normalize_SOURCES = test_url_normalize.c - -TESTS = test-io-dir-list.sh \ - test-psensor-type-to-unit-str \ - test-psensor-value-to-str \ - test-url-encode \ - test-url-normalize - -if CPPCHECK -TESTS += test-cppcheck.sh -endif