From ea5a31293805961027471309d784df5213791952 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 30 Mar 2006 05:24:37 +0000 Subject: r14801: Move swig testing makefile fragment into swig's config.mk and out of main.mk (This used to be commit 3721072fc531df2ffdc9ae323aa2e4e3d0fc58b7) --- source4/main.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/main.mk') diff --git a/source4/main.mk b/source4/main.mk index 6ae230488d..b1d001a2ae 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -304,9 +304,6 @@ gdbtest-all: all unused_macros: ./script/find_unused_macros.pl `find . -name "*.[ch]"` | sort -swigtest: swig - ./script/tests/test_swig.sh - ############################################################################### # File types ############################################################################### -- cgit