diff --git a/.gitignore b/.gitignore index 4964ccf6..abd71895 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ *.txt /test /spirv-cross -*.spv /obj /msvc/x64 /msvc/Debug diff --git a/CMakeLists.txt b/CMakeLists.txt index 08a358e0..829913ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -233,7 +233,7 @@ if (SPIRV_CROSS_CLI) target_compile_options(spirv-cross-c-api-test PRIVATE -std=c89 -Wall -Wextra) endif() add_test(NAME spirv-cross-c-api-test - COMMAND $ ${CMAKE_CURRENT_SOURCE_DIR}/tests-other/c-api-test.spv) + COMMAND $ ${CMAKE_CURRENT_SOURCE_DIR}/tests-other/c_api_test.spv) add_test(NAME spirv-cross-test COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/test_shaders.py --parallel ${CMAKE_CURRENT_SOURCE_DIR}/shaders diff --git a/tests-other/c_api_test.spv b/tests-other/c_api_test.spv new file mode 100644 index 00000000..48868004 Binary files /dev/null and b/tests-other/c_api_test.spv differ