summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_dependency/RunCMakeTest.cmake
blob: 6a531339d543c9f959787c0f9de88cce34110d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(RunCMake)

# Success tests
run_cmake(realistic)
run_cmake(basic)
run_cmake(transitive)

# Failure tests
run_cmake(invalid-arg)
run_cmake(bad-version-fuzzy)
run_cmake(bad-version-exact)