tests: Arm testing framework

This commit is contained in:
MerryMage 2017-05-01 20:55:45 +01:00
parent c6a2e519ef
commit 567c3a2ee7
3 changed files with 208 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(SRCS
common/param_package.cpp
core/arm/arm_test_common.cpp
core/file_sys/path_parser.cpp
core/hle/kernel/hle_ipc.cpp
glad.cpp
@ -7,6 +8,7 @@ set(SRCS
)
set(HEADERS
core/arm/arm_test_common.h
)
create_directory_groups(${SRCS} ${HEADERS})