add cmake help and version printout to tests for debugging

This commit is contained in:
ttroy50
2016-02-14 11:57:10 +00:00
parent 08d23564d4
commit 57dd9c3de3

View File

@@ -1,5 +1,11 @@
#!/bin/bash
# print out cmake information to help with debugging.
cmake --version
cmake --help
dirs=( ./01-basic/A-hello-cmake \
./01-basic/B-hello-headers \
./01-basic/C-static-library \