if we want the test suite to remain working, it has to have all the data
it wants. Ship it with the .tgz so the test suite doesn't have to
generate it (though I suppose we could make it do so if we wanted).
Also, rename the file so it's clear what it's needed for, and so it
isn't accidentally overwritten just because it's the default name.
nbd_trdump_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@
nbd_server_LDADD = @GLIB_LIBS@
nbd_tester_client_LDADD = @GLIB_LIBS@
-EXTRA_DIST = gznbd simple_test
+EXTRA_DIST = gznbd simple_test integrity-test.tr
dist-hook:
rm -Rf `find $(distdir) -name '.svn' -type d -print`
cmd:
./nbd-server -C ${conffile} -p ${pidfile} &
PID=$!
sleep 1
- ./nbd-tester-client localhost -N export1 -i
+ ./nbd-tester-client localhost -N export1 -i -t $(dirname $1)/integrity-test.tr
retval=$?
;;
*)