X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src_test%2FMakefile.am;h=27a5c41cceb8935dff726856e5e600397fd12546;hb=64f4c95cf6d3a772bfc721081dc39e2105c2756c;hp=f7bc8361136ea3fba4c3c9a3b7167592c43bd290;hpb=87afaf6ff028091d7de11f577bc1f24f1bd0d3e3;p=lib1wire.git diff --git a/src_test/Makefile.am b/src_test/Makefile.am index f7bc836..27a5c41 100644 --- a/src_test/Makefile.am +++ b/src_test/Makefile.am @@ -1,8 +1,13 @@ -noinst_PROGRAMS = test_w1 +noinst_PROGRAMS = \ + test_w1\ + test_w1_datalog_read test_w1_SOURCES = test_w1.cc test_w1_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a +test_w1_datalog_read_SOURCES = test_w1_datalog_read.cc +test_w1_datalog_read_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a + AM_CPPFLAGS = $(SRC_CFLAGS) -I../src DISTCLEANFILES = Makefile.in \ No newline at end of file