]> pilppa.org Git - lib1wire.git/blobdiff - src_test/Makefile.am
renamed the test_w1 to test_w1_datalog_write
[lib1wire.git] / src_test / Makefile.am
index f7bc8361136ea3fba4c3c9a3b7167592c43bd290..be3a2dbf8997c7113f3355f461f9d21783140cbd 100644 (file)
@@ -1,7 +1,12 @@
-noinst_PROGRAMS = test_w1
+noinst_PROGRAMS = \
+               test_w1_datalog_read \
+               test_w1_datalog_write 
 
-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
+
+test_w1_datalog_write_SOURCES = test_w1_datalog_write.cc
+test_w1_datalog_write_LDADD = $(SRC_LIBS) ../src/.libs/lib1wire.a
 
 AM_CPPFLAGS = $(SRC_CFLAGS) -I../src