Add .py extension to tests filenames - fix

This commit is contained in:
Cédric Aguerre 2017-06-19 11:46:27 +02:00
parent 3ad620d26c
commit 2f321e49f2

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)