summaryrefslogtreecommitdiff
path: root/Tests/Contracts/cse-snapshot/RunTest.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Contracts/cse-snapshot/RunTest.cmake')
-rw-r--r--Tests/Contracts/cse-snapshot/RunTest.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/Contracts/cse-snapshot/RunTest.cmake b/Tests/Contracts/cse-snapshot/RunTest.cmake
new file mode 100644
index 000000000..7eb630116
--- /dev/null
+++ b/Tests/Contracts/cse-snapshot/RunTest.cmake
@@ -0,0 +1,3 @@
+set(exe "$ENV{HOME}/.cmake/Contracts/cse-snapshot/510345e4/build/built/Release/git-1.6.5.2/bin/git")
+set(args help clone)
+set(cse-snapshot_RUN_TEST ${exe} ${args})