aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/atliac-minitest/usage
blob: 1fd833cf7ecaf39bb4c6c7a1701ada2ddcd51dcf (plain)
1
2
3
4
5
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)