Add Python testcase for testing flatstaticmethod syntax

For testing legacy flattened static method access for when
issue #2137 is applied.
This commit is contained in:
William S Fulton 2022-01-14 23:58:40 +00:00
commit 2272d00c1a
4 changed files with 123 additions and 4 deletions

View file

@ -54,6 +54,7 @@ CPP_TEST_CASES += \
python_director \
python_docstring \
python_extranative \
python_flatstaticmethod \
python_moduleimport \
python_overload_simple_cast \
python_pickle \
@ -97,7 +98,7 @@ LIBS = -L.
VALGRIND_OPT += --suppressions=pythonswig.supp
# Custom tests - tests with additional commandline options
# none!
#python_flatstaticmethod.cpptest: SWIGOPT += -flatstaticmethod
# Rules for the different types of tests
%.cpptest: