[python] Add a simple test

This commit is contained in:
Romain Goyet
2020-01-28 18:46:40 -05:00
committed by Léa Saviot
parent 179ce5d5d5
commit ad665fba73
2 changed files with 43 additions and 0 deletions

View File

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