From 0a9ba0f24b4d60dee65dc1a78a778fb7a373001b Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Fri, 12 Jun 2015 16:58:52 +0200 Subject: Updated compile and run scripts --- compile.sh | 4 ++++ run.sh | 2 +- test.sh | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100755 compile.sh create mode 100755 test.sh diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..c89b8f8 --- /dev/null +++ b/compile.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cmake . +make diff --git a/run.sh b/run.sh index 2118d77..2ba12bf 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh ./cppbot $1 diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..88ce626 --- /dev/null +++ b/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +make && valgrind ./cppbot_test -- cgit v1.2.3