Update tests to use new cmake functions.

This commit is contained in:
James Benton 2019-11-23 10:14:59 +00:00
parent d47212a867
commit 566c94065a
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)