From c2dc9a4d7c2d74698d7ed74057137528c9a71b09 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 9 Jun 2007 07:17:24 +0000 Subject: r23403: Make nsstest build on Samba4. For now, only build on Linux systems. If the build farm is happy with this, I will gradually turn on this feature for other platforms, too. (This used to be commit c2d4cc1c61d7b39de2139de836dbbdb6c2edf8bb) --- source4/torture/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 42f1d72bb0..6a825b01a8 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -358,6 +358,18 @@ MANPAGE = man/locktest.1 # End BINARY locktest ################################# +################################# +# Start BINARY nsstest +[BINARY::nsstest] +INSTALLDIR = BINDIR +OBJ_FILES = \ + nsstest.o +PRIVATE_DEPENDENCIES = \ + LIBSAMBA-UTIL \ + LIBREPLACE_EXT +# End BINARY nsstest +################################# + GCOV_FLAGS = -ftest-coverage -fprofile-arcs GCOV_LIBS = -lgcov -- cgit