mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-10 17:12:34 +00:00
![Ryan Houdek](/assets/img/avatar_default.png)
This is the bare minimum, it only tests glxinfo and vulkaninfo with and without thunks. Nothing more special than that. Already found the .1 bug with libvulkan host library loading.
18 lines
406 B
CMake
18 lines
406 B
CMake
add_subdirectory(APITests/)
|
|
add_subdirectory(ASM/)
|
|
add_subdirectory(32Bit_ASM/)
|
|
add_subdirectory(IR/)
|
|
add_subdirectory(POSIX/)
|
|
add_subdirectory(gvisor-tests/)
|
|
add_subdirectory(gcc-target-tests-32/)
|
|
add_subdirectory(gcc-target-tests-64/)
|
|
|
|
if (BUILD_THUNKS)
|
|
add_subdirectory(ThunkLibs)
|
|
add_subdirectory(ThunkFunctionalTests)
|
|
endif()
|
|
|
|
if (BUILD_FEX_LINUX_TESTS)
|
|
add_subdirectory(FEXLinuxTests/)
|
|
endif()
|