diff options
Diffstat (limited to 'Tests/Contracts/cse-snapshot/RunTest.cmake')
-rw-r--r-- | Tests/Contracts/cse-snapshot/RunTest.cmake | 3 |
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 0000000..7eb6301 --- /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}) |