Commit fb42b6af9624df95c305ea69c031215c1384c215

Authored by Georg Hopp
1 parent eb51fc74

Remove no longer needed build.sh in testers

Showing 1 changed file with 0 additions and 8 deletions
1   -#!/bin/bash
2   -TRLIBS="-ltrbase -ltrhashing -ltrio -ltrdata -ltrevent -ltrcomm"
3   -#TRLIBS="/usr/local/lib/libtrcomm.a /usr/local/lib/libtrevent.a /usr/local/lib/libtrdata.a /usr/local/lib/libtrio.a /usr/local/lib/libtrhashing.a /usr/local/lib/libtrbase.a"
4   -LIBS="-lcrypto -lssl -lrt -luuid"
5   -gcc ${CFLAGS} -std=c99 -c -o test_handler.o test_handler.c
6   -gcc ${CFLAGS} -std=c99 -I/usr/local/include -L/usr/local/lib ${LIBS} -o testserver2 testserver2.c test_handler.o ${TRLIBS}
7   -gcc ${CFLAGS} -std=c99 -I/usr/local/include -L/usr/local/lib ${LIBS} -o testtcp testclient.c ${TRLIBS}
8   -gcc ${CFLAGS} -std=c99 -I/usr/local/include -L/usr/local/lib ${LIBS} -DUDP=1 -o testudp testclient.c ${TRLIBS}
Please register or login to post a comment