aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/runtests.sh b/runtests.sh
index f273385..c520be0 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -54,6 +54,16 @@ do_tests
54make clean 54make clean
55rm -f tests/cjson.so 55rm -f tests/cjson.so
56 56
57echo "===== Testing Cmake build ====="
58mkdir build
59cd build
60cmake ..
61make
62cd ..
63cp build/cjson.so tests
64do_tests
65rm -rf build tests/cjson.so
66
57if [ "$PLATFORM" = "Linux" ] 67if [ "$PLATFORM" = "Linux" ]
58then 68then
59 echo "===== Testing RPM build =====" 69 echo "===== Testing RPM build ====="