test: Added testaudio

This commit is contained in:
Ryan C. Gordon
2023-08-02 12:13:35 -04:00
parent 0eda582160
commit 2de9253b6c
10 changed files with 1073 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ if(Python3_FOUND AND Python3_VERSION VERSION_GREATER_EQUAL "3.2")
endforeach()
endif()
add_sdl_test_executable(testaudio NEEDS_RESOURCES TESTUTILS SOURCES testaudio.c)
add_sdl_test_executable(testfile NONINTERACTIVE SOURCES testfile.c)
add_sdl_test_executable(testcontroller TESTUTILS SOURCES testcontroller.c gamepadutils.c ${gamepad_image_headers})
add_sdl_test_executable(testgeometry TESTUTILS SOURCES testgeometry.c)