Author: metze
Date: 2005-06-26 12:21:04 +0000 (Sun, 26 Jun 2005)
New Revision: 5

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=smb-build&rev=5

Log:
fix make test

metze

Modified:
   trunk/build/smb_build/makefile.pm


Changeset:
Modified: trunk/build/smb_build/makefile.pm
===================================================================
--- trunk/build/smb_build/makefile.pm   2005-06-26 12:17:46 UTC (rev 4)
+++ trunk/build/smb_build/makefile.pm   2005-06-26 12:21:04 UTC (rev 5)
@@ -145,7 +145,8 @@
 
 basics: idl proto_exists
 
-test: @DEFAULT_TEST_TARGET@
+test:
+       @echo "Nothing to Test in the smb-build repository"
 
 test-swrap: all
        ./script/tests/selftest.sh `pwd`/prefix-test SOCKET_WRAPPER

Reply via email to