pserv/tests/build.sh
Godmar Back 7cbe3af927 updates for summer 2020
this update adds the unit tests as part of the student distribution
2020-08-03 23:33:16 -04:00

5 lines
159 B
Bash
Executable File

# build the getaddrinfo preloaded library to test IPv4/IPv6 scenarios
gcc -fPIC -Wall -c getaddrinfo.c
gcc -shared -o getaddrinfo.so.1.0.1 getaddrinfo.o -ldl