Author: tpot
Date: 2006-03-30 05:24:37 +0000 (Thu, 30 Mar 2006)
New Revision: 14801

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

Log:
Move swig testing makefile fragment into swig's config.mk and out of 
main.mk

Modified:
   branches/SAMBA_4_0/source/main.mk
   branches/SAMBA_4_0/source/scripting/config.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk   2006-03-30 04:55:03 UTC (rev 14800)
+++ branches/SAMBA_4_0/source/main.mk   2006-03-30 05:24:37 UTC (rev 14801)
@@ -304,9 +304,6 @@
 unused_macros:
        ./script/find_unused_macros.pl `find . -name "*.[ch]"` | sort
 
-swigtest: swig
-       ./script/tests/test_swig.sh
-
 ###############################################################################
 # File types
 ###############################################################################

Modified: branches/SAMBA_4_0/source/scripting/config.mk
===================================================================
--- branches/SAMBA_4_0/source/scripting/config.mk       2006-03-30 04:55:03 UTC 
(rev 14800)
+++ branches/SAMBA_4_0/source/scripting/config.mk       2006-03-30 05:24:37 UTC 
(rev 14801)
@@ -49,3 +49,8 @@
 
 swig_clean:
        -rm -f scripting/swig/_tdb.so scripting/swig/tdb.pyc 
scripting/swig/tdb.py scripting/swig/tdb_wrap.c scripting/swig/tdb_wrap.o
+
+# Swig testing
+
+swigtest: swig
+       ./script/tests/test_swig.sh

Reply via email to