From 3f8712ae1a3e067bf2ec0840df5699980b6b7341 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?= <franck.perignon@imag.fr>
Date: Thu, 19 May 2016 10:21:21 +0200
Subject: [PATCH] ci script for tests

---
 ci/run_tests.sh | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 ci/run_tests.sh

diff --git a/ci/run_tests.sh b/ci/run_tests.sh
new file mode 100644
index 000000000..3f1006eb5
--- /dev/null
+++ b/ci/run_tests.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+mkdir build
+cd build
+export FC=mpif90 CC=mpicc CXX=mpic++
+cmake -D CMAKE_BUILD_TYPE=Debug -DWITH_LIB_CXX=OFF  ..
+make
+ctest -VV -I 1,4
-- 
GitLab