From fda03749df61a57bd5ab4c74e7fc16569a805a98 Mon Sep 17 00:00:00 2001 From: Detlev Casanova Date: Fri, 16 Jul 2010 23:13:50 +0200 Subject: Add the autotools building system --- run-test.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 run-test.sh (limited to 'run-test.sh') diff --git a/run-test.sh b/run-test.sh new file mode 100755 index 0000000..c20d7eb --- /dev/null +++ b/run-test.sh @@ -0,0 +1,9 @@ +#!/bin/bash +echo Compile lib : +make + +echo Compile tester: +gcc src/tester.c -llayman -g -W -Wall -I/usr/include/python2.6/ -Isrc/ -L.libs/ --std=c99 -o tester + +echo Run : +LD_LIBRARY_PATH=.libs/ ./tester -- cgit v1.2.3-1-g7c22