From 2487f7fa11a9c3c6d24948b4abc9a0e5468d1b1d Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Tue, 13 Dec 2011 23:39:57 +1030 Subject: Add support for building via CMake --- runtests.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'runtests.sh') diff --git a/runtests.sh b/runtests.sh index f273385..c520be0 100755 --- a/runtests.sh +++ b/runtests.sh @@ -54,6 +54,16 @@ do_tests make clean rm -f tests/cjson.so +echo "===== Testing Cmake build =====" +mkdir build +cd build +cmake .. +make +cd .. +cp build/cjson.so tests +do_tests +rm -rf build tests/cjson.so + if [ "$PLATFORM" = "Linux" ] then echo "===== Testing RPM build =====" -- cgit v1.2.3-55-g6feb