X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=tests%2FMakefile.in;h=fa88ff7fff7faced9e776115c894d51f2107cabf;hb=d3732a241b25f95ed1f816056bb6ac1b2285daf8;hp=11ed3e88d13c501ee5225359d11089b944ec9dd9;hpb=cf9724f5f7402aadc3074219c7373e779dbd5e9a;p=psensor.git diff --git a/tests/Makefile.in b/tests/Makefile.in index 11ed3e8..fa88ff7 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -119,6 +119,7 @@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@ APPINDICATOR_LIBS = @APPINDICATOR_LIBS@ +AR = @AR@ ATASMART_CFLAGS = @ATASMART_CFLAGS@ ATASMART_LIBS = @ATASMART_LIBS@ AUTOCONF = @AUTOCONF@ @@ -221,6 +222,7 @@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ ac_ct_CC = @ac_ct_CC@ am__include = @am__include@ am__leading_dot = @am__leading_dot@ @@ -268,11 +270,10 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ EXTRA_DIST = checkpatch.pl \ - data \ test-cppcheck.sh \ test-io-dir-list.sh -AM_CPPFLAGS = -pedantic -Werror +AM_CPPFLAGS = -Wall -Werror 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_value_to_str_SOURCES = test_psensor_value_to_str.c