Replaced deprecated variables CONTRIBDIR, BINDIR and
[AROS-Contrib.git] / Networking / Developer / Tests / mmakefile.src
blob8de704ae00dae3ea3ba51be7a577e8519273d39a
1 # $Id$
3 include $(TOP)/config/make.cfg
5 CLISERVTESTS = test.server test.client
7 STACKTESTS = test.gethostbyname
9 TFILES = ping simpleping
11 USER_CFLAGS := -D__BSD_VISIBLE=1
13 %build_progs mmake=contrib-net-developer-tests \
14     files="$(TFILES) $(STACKTESTS) $(CLISERVTESTS)" \
15     targetdir=$(AROS_CONTRIB)/Networking/Tests
17 ##MM contrib-net-developer-tests : aros-tcpip
19 %common