Renamed testgamepad to testcontroller

The program does more than just test gamepads, and will eventually map them as well.
This commit is contained in:
Sam Lantinga
2023-07-11 14:21:35 -07:00
parent d2d26c7b1e
commit ca492dff18
11 changed files with 37 additions and 37 deletions

View File

@@ -209,7 +209,7 @@ if(SDL3_TESTS_SUBPROJECT)
endif()
add_sdl_test_executable(testfile NONINTERACTIVE SOURCES testfile.c)
add_sdl_test_executable(testgamepad TESTUTILS SOURCES testgamepad.c gamepadutils.c)
add_sdl_test_executable(testcontroller TESTUTILS SOURCES testcontroller.c gamepadutils.c)
add_sdl_test_executable(testgeometry TESTUTILS SOURCES testgeometry.c)
add_sdl_test_executable(testgl SOURCES testgl.c)
add_sdl_test_executable(testgles SOURCES testgles.c)