From: Mika Laitio Date: Sun, 28 Nov 2010 11:42:37 +0000 (+0200) Subject: renamed the test_w1 to test_w1_datalog_write X-Git-Url: http://pilppa.org/gitweb/?p=lib1wire.git;a=commitdiff_plain;h=034b14870060e6594bfb304502ca057a0771b585 renamed the test_w1 to test_w1_datalog_write Signed-off-by: Mika Laitio --- diff --git a/src_test/Makefile.am b/src_test/Makefile.am index 27a5c41..be3a2db 100644 --- a/src_test/Makefile.am +++ b/src_test/Makefile.am @@ -1,13 +1,13 @@ 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 \ + test_w1_datalog_write 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 DISTCLEANFILES = Makefile.in \ No newline at end of file diff --git a/src_test/test_w1.cc b/src_test/test_w1_datalog_write.cc similarity index 100% rename from src_test/test_w1.cc rename to src_test/test_w1_datalog_write.cc