mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
Update tests to use new cmake functions.
This commit is contained in:
parent
d47212a867
commit
566c94065a
@ -7,4 +7,4 @@ set(CMAKE_C_STANDARD 11)
|
||||
add_executable(test_compile_headers_as_c11
|
||||
main.c)
|
||||
|
||||
wut_create_rpx(test_compile_headers_as_c11.rpx test_compile_headers_as_c11)
|
||||
wut_create_rpx(test_compile_headers_as_c11)
|
||||
|
@ -7,4 +7,4 @@ set(CMAKE_C_STANDARD 99)
|
||||
add_executable(test_compile_headers_as_c99
|
||||
main.c)
|
||||
|
||||
wut_create_rpx(test_compile_headers_as_c99.rpx test_compile_headers_as_c99)
|
||||
wut_create_rpx(test_compile_headers_as_c99)
|
||||
|
@ -5,4 +5,4 @@ include("${DEVKITPRO}/wut/share/wut.cmake" REQUIRED)
|
||||
add_executable(test_compile_headers_as_cpp
|
||||
main.cpp)
|
||||
|
||||
wut_create_rpx(test_compile_headers_as_cpp.rpx test_compile_headers_as_cpp)
|
||||
wut_create_rpx(test_compile_headers_as_cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user