Rev 72: put test code in tests/ directory in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Sat Apr 7 00:01:09 GMT 2007


------------------------------------------------------------
revno: 72
revision-id: tridge at samba.org-20070407000109-7dc6d89d41a3c8e9
parent: tridge at samba.org-20070406044105-4dcf971d05626846
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Sat 2007-04-07 10:01:09 +1000
message:
  put test code in tests/ directory
renamed:
  ctdb_bench.c => tests/ctdb_bench.c ctdb_bench.c-20061219052637-2liagoglohxb6p7s-1
  ctdb_fetch.c => tests/ctdb_fetch.c ctdb_fetch.c-20070405031748-f7gslozfj3rwh5ie-1
  ctdb_test.c => tests/ctdb_test.c ctdb_test.c-20061117234101-o3qt14umlg9en8z0-16
modified:
  Makefile.in                    makefile.in-20061117234101-o3qt14umlg9en8z0-1
=== renamed file 'ctdb_bench.c' => 'tests/ctdb_bench.c'
=== renamed file 'ctdb_fetch.c' => 'tests/ctdb_fetch.c'
=== renamed file 'ctdb_test.c' => 'tests/ctdb_test.c'
=== modified file 'Makefile.in'
--- a/Makefile.in	2007-04-05 03:18:31 +0000
+++ b/Makefile.in	2007-04-07 00:01:09 +0000
@@ -49,17 +49,17 @@
 dirs:
 	@mkdir -p $(DIRS)
 
-bin/ctdb_test: $(OBJS) ctdb_test.o
-	@echo Linking $@
-	@$(CC) $(CFLAGS) -o $@ ctdb_test.o $(OBJS) $(LIB_FLAGS)
-
-bin/ctdb_bench: $(OBJS) ctdb_bench.o
-	@echo Linking $@
-	@$(CC) $(CFLAGS) -o $@ ctdb_bench.o $(OBJS) $(LIB_FLAGS)
-
-bin/ctdb_fetch: $(OBJS) ctdb_fetch.o
-	@echo Linking $@
-	@$(CC) $(CFLAGS) -o $@ ctdb_fetch.o $(OBJS) $(LIB_FLAGS)
+bin/ctdb_test: $(OBJS) tests/ctdb_test.o
+	@echo Linking $@
+	@$(CC) $(CFLAGS) -o $@ tests/ctdb_test.o $(OBJS) $(LIB_FLAGS)
+
+bin/ctdb_bench: $(OBJS) tests/ctdb_bench.o
+	@echo Linking $@
+	@$(CC) $(CFLAGS) -o $@ tests/ctdb_bench.o $(OBJS) $(LIB_FLAGS)
+
+bin/ctdb_fetch: $(OBJS) tests/ctdb_fetch.o
+	@echo Linking $@
+	@$(CC) $(CFLAGS) -o $@ tests/ctdb_fetch.o $(OBJS) $(LIB_FLAGS)
 
 bin/ibwrapper_test: $(OBJS) ib/ibwrapper_test.o
 	@echo Linking $@



More information about the samba-cvs mailing list