Add the bytes field in the mptp_dest structure.
[swifty.git] / src / kernel / test / Makefile
1 CPPFLAGS = -DDEBUG -DLOG_LEVEL=LOG_DEBUG -I. -I.. -Iinclude
2 #CPPFLAGS = -I. -I.. -I
3 CFLAGS = -Wall -g
4
5 .PHONY: all clean
6
7 all: test
8
9 test: test.o test_socket.o test_bind.o test_getsockname.o \
10         test_sendto.o test_recvfrom.o \
11         test_sendmsg.o test_recvmsg.o \
12         test_setsockopt.o test_getsockopt.o \
13         test_close.o test_dummy.o test_common.o 
14
15
16 clean:
17         -rm -f *~ *.o
18         -rm -f test