diff options
author | Tim Potter <tpot@samba.org> | 2006-03-30 04:39:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:20 -0500 |
commit | 86971ff3b930a93de55aae00fe66f3d1d10dbcb4 (patch) | |
tree | 6f327b2c659ca4b8c277816ad514caf671b0db89 /source4/main.mk | |
parent | ed3fc628713e1f9552b523c9aec9bd8993e0b771 (diff) | |
download | samba-86971ff3b930a93de55aae00fe66f3d1d10dbcb4.tar.gz samba-86971ff3b930a93de55aae00fe66f3d1d10dbcb4.tar.xz samba-86971ff3b930a93de55aae00fe66f3d1d10dbcb4.zip |
r14798: Get swig building again (by commenting out dcerpc stuff for now).
Add the start of a test framework for swigged functionality.
(This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c)
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/main.mk b/source4/main.mk index b1d001a2aee..6ae230488d7 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -304,6 +304,9 @@ gdbtest-all: all unused_macros: ./script/find_unused_macros.pl `find . -name "*.[ch]"` | sort +swigtest: swig + ./script/tests/test_swig.sh + ############################################################################### # File types ############################################################################### |