Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
/ gauze Public archive

🎀 Unified CTest-friendly testing framework for Windows, Linux, macOS, iOS, Android

License

Notifications You must be signed in to change notification settings

hunter-packages/gauze

Repository files navigation

Gauze

Unified CTest-friendly testing framework for Windows, Linux, macOS, iOS, Android.

Travis AppVeyor Documentation Hunter LICENSE

gauze_add_test(
    NAME
    foo
    COMMAND
    foo
    --param1 1
    --param2 2
    --resource $<GAUZE_RESOURCE_FILE:${CMAKE_CURRENT_LIST_DIR}/data/input.txt>
    --directory-with-resources $<GAUZE_RESOURCE_DIR:${CMAKE_CURRENT_LIST_DIR}/data/myres/>
    --just-string ${CMAKE_CURRENT_LIST_DIR}/data/just-string.txt

)