vcpkg/ports/atliac-minitest/usage

6 lines
203 B
Plaintext
Raw Normal View History

2024-03-29 08:05:44 +08:00
minitest provides CMake targets:
# Note: the `MINITEST_RUN_TESTS(argc, argv);` must be called in the main function
find_package(${PORT} CONFIG REQUIRED)
minitest_discover_tests(target)