Python: Option to generate flat class methods

This commit is contained in:
Julien Schueller 2021-12-31 09:50:17 +01:00
commit 484e5316f2
3 changed files with 14 additions and 9 deletions

View file

@ -100,7 +100,7 @@ LIBS = -L.
VALGRIND_OPT += --suppressions=pythonswig.supp
# Custom tests - tests with additional commandline options
#python_flatstaticmethod.cpptest: SWIGOPT += -flatstaticmethod
python_flatstaticmethod.cpptest: SWIGOPT += -flatstaticmethod
# Rules for the different types of tests
%.cpptest: