Moved tests into appropriate subdirs.
[AROS.git] / test / clib / mmakefile.src
blob51085ef6cc7e955a3b72d8c44d4eeae99a853d64
1 #   $Id$
3 #   Makefile for AROS C Library Tests
5 include $(TOP)/config/make.cfg
7 FILES := \
8         all-tests \
9         arguments \
10         chdir \
11         chmod \
12         chown \
13         ctype \
14         environ \
15         execl \
16         exit \
17         fchdir \
18         fchmod \
19         fcntl \
20         flock \
21         getfsstat \
22         jmpbuf \
23         lseek \
24         mktime \
25         mnt_names \
26         open \
27         opendir \
28         pipe \
29         raise \
30         random \
31         randtest \
32         setjmp \
33         snprintf \
34         sprintf \
35         sscanf \
36         statfs \
37         stpblk \
38         strchr \
39         strptime \
40         strtok \
41         strtod \
42         strtol \
43         strtoul \
44         strtoull \
45         system \
46         time \
47         tmpfile \
48         uname \
49         usleep \
50         vfork \
51         vfork_execl \
52         wait \
53         waitpid \
54         stdin1 stdin2 stdin3 stdin4 \
55         execl2 execl2_vfork execl2_slave \
56         argv0_test1 argv0_test2 argv0_slave \
57         abort \
58         assert \
59         posix_memalign
61 FILES_NIXC := \
62         argv0_test3 argv0_test4 argv0_slave_nixc
64 EXEDIR := $(AROS_TESTS)/clib
66 #MM test-clib : includes includes-copy linklibs kernel
68 USER_CFLAGS = -ffloat-store
69 %build_progs mmake=test-clib \
70     files=$(FILES) targetdir=$(EXEDIR)
72 # From here on compile with -nix flag
74 %build_progs mmake=test-clib \
75     files=$(FILES_NIXC) targetdir=$(EXEDIR) nix=yes