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

# Success tests
run_cmake(realistic)
run_cmake(basic)

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