Commit 0a4a6ce7 authored by Harris Hancock's avatar Harris Hancock

Add CMake config package tests to exotic target in super-test.sh

parent 0c9910fe
......@@ -261,6 +261,13 @@ while [ $# -gt 0 ]; do
echo "CMake"
echo "========================================================================="
"$0" cmake
echo "========================================================================="
echo "CMake config packages"
echo "========================================================================="
"$0" cmake-package autotools-shared
"$0" cmake-package autotools-static
"$0" cmake-package cmake-shared
"$0" cmake-package cmake-static
exit 0
;;
clean )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment