From 034b14870060e6594bfb304502ca057a0771b585 Mon Sep 17 00:00:00 2001 From: Mika Laitio Date: Sun, 28 Nov 2010 13:42:37 +0200 Subject: [PATCH] renamed the test_w1 to test_w1_datalog_write Signed-off-by: Mika Laitio --- src_test/Makefile.am | 10 +++++----- src_test/{test_w1.cc => test_w1_datalog_write.cc} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename src_test/{test_w1.cc => test_w1_datalog_write.cc} (100%) 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 -- 2.41.0