implemented posix_memalign()
[tangerine.git] / test / clib / mmakefile.src
blobe64640717f4e3ccd7ed647fd9125cc0ef7305692
1 #   $Id$
3 #   Makefile for AROS C Library Tests
5 include $(TOP)/config/make.cfg
7 FILES := \
8         all-tests \
9         chdir \
10         strchr \
11         stpblk \
12         spawnv \
13         spawnvp \
14         tmpfile
16 EXEDIR := $(AROS_TESTS)/clib
18 #MM test-clib : includes includes-copy linklibs kernel
20 %build_progs mmake=test-clib \
21     files=$(FILES) targetdir=$(EXEDIR) \
22     uselibs="arossupport amiga arosc m"
24 %common