mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
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)
|