add subdirectory for tests
[c11tester.git] / pthread_test / normal_compile.sh
1 #g++ -o test.o test.cc -Wall -g -O3 -I.. -I../include -L.. -lmodel
2
3 export LD_LIBRARY_PATH=/scratch/random-fuzzer
4
5 if [ "$2" != "" ]; then
6   g++ -o "$1.o" $1 -Wall -g -O3 -I.. -I../include -L.. -lmodel
7 else
8   gcc -o "$1.o" $1 -Wall -g -O3 -I.. -I../include -L.. -lmodel
9 fi