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 \