summaryrefslogtreecommitdiff
path: root/tests/network/GNUmakefile
blob: cc7e93919d269c629cfd22cd2aeecd91e43bf8ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
TOPDIR = ../..

INCLUDE_DIRS = \
	-I$(TOPDIR)/include/wolf -I.

INCLUDE_LIBS = \
	$(TOPDIR)/src/libwolf.a

TEST_BINS = \
	test1_unix$(EXE) \
	test2_unix$(EXE) \
	test_proactor$(EXE)

-include $(TOPDIR)/makefiles/gmake/sub.mk

local_all:
	
local_clean:

local_distclean:

local_test: