0% found this document useful (0 votes)
5 views1 page

C Make Lists

The document outlines the configuration for building a test executable named 'tests' using various source files across different directories. It includes conditional compilation for x86_64 architecture and links necessary libraries for functionality. Additionally, it sets up a test command to run the 'tests' executable after building.

Uploaded by

eriksonh240
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

C Make Lists

The document outlines the configuration for building a test executable named 'tests' using various source files across different directories. It includes conditional compilation for x86_64 architecture and links necessary libraries for functionality. Additionally, it sets up a test command to run the 'tests' executable after building.

Uploaded by

eriksonh240
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

add_executable(tests

common/bit_field.cpp
common/param_package.cpp
core/arm/arm_test_common.cpp
core/arm/arm_test_common.h
core/arm/dyncom/arm_dyncom_vfp_tests.cpp
core/core_timing.cpp
core/file_sys/path_parser.cpp
core/hle/kernel/hle_ipc.cpp
core/memory/memory.cpp
core/memory/vm_manager.cpp
audio_core/audio_fixures.h
audio_core/decoder_tests.cpp
tests.cpp
)

if (ARCHITECTURE_x86_64)
target_sources(tests
PRIVATE
video_core/shader/shader_jit_x64_compiler.cpp
)
endif()

create_target_directory_groups(tests)

target_link_libraries(tests PRIVATE common core video_core audio_core)


target_link_libraries(tests PRIVATE ${PLATFORM_LIBRARIES} catch-single-include
nihstro-headers Threads::Threads)

add_test(NAME tests COMMAND tests)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy