From a47da97ffe1e1c0ef91ee821e5bdcb1df315bab5 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 3 Jun 2011 06:07:46 +0000 Subject: [PATCH] rename python_autodoc testcase to autodoc for use with all languages (note it was once called autodoc.i in the python subdirectory) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12728 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/{python_autodoc.i => autodoc.i} | 0 Examples/test-suite/common.mk | 1 + Examples/test-suite/python/Makefile.in | 1 - 3 files changed, 1 insertion(+), 1 deletion(-) rename Examples/test-suite/{python_autodoc.i => autodoc.i} (100%) diff --git a/Examples/test-suite/python_autodoc.i b/Examples/test-suite/autodoc.i similarity index 100% rename from Examples/test-suite/python_autodoc.i rename to Examples/test-suite/autodoc.i diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 52a551a56..10bc24309 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -118,6 +118,7 @@ CPP_TEST_CASES += \ arrays_global \ arrays_global_twodim \ arrays_scope \ + autodoc \ bloody_hell \ bools \ catches \ diff --git a/Examples/test-suite/python/Makefile.in b/Examples/test-suite/python/Makefile.in index 0e600b16f..7eb700124 100644 --- a/Examples/test-suite/python/Makefile.in +++ b/Examples/test-suite/python/Makefile.in @@ -58,7 +58,6 @@ CPP_TEST_CASES += \ primitive_types \ python_abstractbase \ python_append \ - python_autodoc \ python_kwargs \ python_nondynamic \ python_overload_simple_cast \