[python] Add matplotlib test WIP

This commit is contained in:
Émilie Feral
2020-04-01 11:32:21 +02:00
committed by LeaNumworks
parent 11ac25e935
commit 2f171eb2fd
5 changed files with 175 additions and 49 deletions

View File

@@ -189,5 +189,7 @@ $(eval $(call rule_for, \
$(call object_for,$(python_src)): $(BUILD_DIR)/python/port/genhdr/qstrdefs.generated.h
tests_src += $(addprefix python/test/,\
execution_environment.cpp \
mandelbrot.cpp \
matplotlib.cpp \
)