summaryrefslogtreecommitdiffstats
path: root/run-test.sh
blob: c20d7eb2112a580bc5e8da63e22848959eebf676 (plain)
1
2
3
4
5
6
7
8
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