From c0641b47289f5d22efcd2dc73bb2fdd1e56d7167 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 29 Aug 2007 05:45:24 +0000 Subject: r24767: add a torture test that performs "ping-pong" that works the same way as ping-pong.c this is a manual test and only makes sense to be used in parallell with the real ping-pong.c tool (This used to be commit b58677fa745361eafe87c62b2988a7b6387b23e7) --- source4/torture/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 2afb94cf1b..fc85cc160a 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -77,6 +77,7 @@ OBJ_FILES = \ raw/context.o \ raw/write.o \ raw/lock.o \ + raw/pingpong.o \ raw/lockbench.o \ raw/openbench.o \ raw/rename.o \ -- cgit