raw: Add skeleton test suite for swift raw.
[swifty.git] / src / raw / test / Makefile
1 #CPPFLAGS = -DDEBUG -DLOG_LEVEL=LOG_DEBUG
2 CFLAGS = -Wall -g
3
4 .PHONY: all clean
5
6 all: test
7
8 test: test.o test_sw_socket.o test_sw_bind.o test_sw_getsockname.o \
9         test_sw_sendto.o test_sw_recvfrom.o test_sw_sendmsg.o \
10         test_sw_recvmsg.o test_sw_setsockopt.o test_sw_getsockopt.o \
11         test_sw_shutdown.o test_sw_close.o test_dummy.o
12
13 clean:
14         -rm -f *~ *.o
15         -rm -f test