ExternalProject: Do smoke tests for Git Tutorial builds.

This commit is contained in:
Matt McCormick 2012-07-26 18:24:41 +00:00 committed by David Cole
parent d0758290e7
commit 378aa127b4
1 changed files with 11 additions and 0 deletions

View File

@ -638,6 +638,17 @@ if(do_svn_tests)
"${binary_base}/TutorialStep1-SVN-trunk/Tutorial" 98)
endif()
if(do_git_tests)
add_test(TutorialStep1-GIT-byhash
"${binary_base}/TutorialStep1-GIT-byhash/Tutorial" 100)
add_test(TutorialStep1-GIT-bytag
"${binary_base}/TutorialStep1-GIT-bytag/Tutorial" 99)
add_test(TutorialStep1-GIT-master
"${binary_base}/TutorialStep1-GIT-master/Tutorial" 98)
endif()
# InstallTree tests:
#