[fix] update python test after file rename

This commit is contained in:
Joao Paulo Magalhaes
2021-09-25 01:30:46 +01:00
parent 779b796f3c
commit 27bd209dfa

View File

@@ -120,7 +120,7 @@ if(RYML_BUILD_API_PYTHON)
add_test(NAME ${tn}-run
COMMAND ${cmd})
endfunction()
add_python_test(parse.py)
add_python_test(test_parse.py)
endif()
if(RYML_API_BENCHMARKS)