Add testcpuinfo.c

This commit is contained in:
Anonymous Maarten
2023-02-01 23:34:37 +01:00
parent 4e6ab13d6f
commit 5888b008b1
2 changed files with 30 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ elseif(HAVE_X11)
target_link_libraries(testnative PRIVATE X11)
endif()
add_sdl_test_executable(testcpuinfo testcpuinfo.c)
add_sdl_test_executable(testoverlay NEEDS_RESOURCES TESTUTILS testoverlay.c)
add_sdl_test_executable(testplatform NONINTERACTIVE testplatform.c)
add_sdl_test_executable(testpower NONINTERACTIVE testpower.c)