Add Android headless preset and parser tests
This commit is contained in:
@@ -5,14 +5,25 @@ target_link_libraries(pp_test_harness INTERFACE
|
||||
pp_project_options
|
||||
pp_project_warnings)
|
||||
|
||||
add_executable(pp_foundation_tests
|
||||
foundation/binary_stream_tests.cpp)
|
||||
target_link_libraries(pp_foundation_tests PRIVATE
|
||||
add_executable(pp_foundation_binary_stream_tests
|
||||
foundation/binary_stream_tests.cpp
|
||||
)
|
||||
target_link_libraries(pp_foundation_binary_stream_tests PRIVATE
|
||||
pp_foundation
|
||||
pp_test_harness)
|
||||
|
||||
add_test(NAME pp_foundation_tests COMMAND pp_foundation_tests)
|
||||
set_tests_properties(pp_foundation_tests PROPERTIES
|
||||
add_test(NAME pp_foundation_binary_stream_tests COMMAND pp_foundation_binary_stream_tests)
|
||||
set_tests_properties(pp_foundation_binary_stream_tests PROPERTIES
|
||||
LABELS "foundation;desktop-fast")
|
||||
|
||||
add_executable(pp_foundation_parse_tests
|
||||
foundation/parse_tests.cpp)
|
||||
target_link_libraries(pp_foundation_parse_tests PRIVATE
|
||||
pp_foundation
|
||||
pp_test_harness)
|
||||
|
||||
add_test(NAME pp_foundation_parse_tests COMMAND pp_foundation_parse_tests)
|
||||
set_tests_properties(pp_foundation_parse_tests PROPERTIES
|
||||
LABELS "foundation;desktop-fast")
|
||||
|
||||
if(TARGET pano_cli)
|
||||
|
||||
Reference in New Issue
Block a user