Add .py extension to tests filenames - fix

This commit is contained in:
Cédric Aguerre 2017-06-19 11:46:27 +02:00
parent 75afed9270
commit 8219e24dc4

View File

@ -135,4 +135,4 @@ SET(GOOD_TESTS
check_self_intersections_fast.py # OCC > 6.9.0
)
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme)
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)