Windows: Remove test_hdbkeys from test-run
authorAsanka Herath <asanka@secure-endpoints.com>
Tue, 24 Aug 2010 10:05:04 +0000 (06:05 -0400)
committerAsanka C. Herath <asanka@secure-endpoints.com>
Tue, 14 Sep 2010 12:03:39 +0000 (08:03 -0400)
test_hdbkeys is not a standalone test app.

lib/hdb/NTMakefile

index 4b1acea849c3a01db9431151c7a38f2dd16ec35f..3387fb61009135552883fbbfe69e54030208ed76 100644 (file)
@@ -176,7 +176,6 @@ $(OBJ)\test_hdbkeys.exe: $(OBJ)\test_hdbkeys.obj $(LIBHDB) $(LIBHEIMDAL) $(LIBRO
 test-run:
        cd $(OBJ)
        test_dbinfo.exe
-       test_hdbkeys.exe
        cd $(SRCDIR)
 
 !ifdef OPENLDAP_INC