POSIX functions scandir() and alphasort() implemented.
[AROS.git] / test / clib / mmakefile.src
blobb121f40f88677d5ea5e5e3068004324319eaad37
1 #   $Id$
3 #   Makefile for AROS C Library Tests
5 include $(SRCDIR)/config/aros.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         scandir \
33         setjmp \
34         snprintf \
35         sprintf \
36         sprintf_f \
37         sscanf \
38         statfs \
39         stpblk \
40         strchr \
41         strptime \
42         strtok \
43         strtod \
44         strtol \
45         strtoul \
46         strtoull \
47         system \
48         time \
49         tmpfile \
50         uname \
51         usleep \
52         vfork \
53         vfork_execl \
54         wait \
55         waitpid \
56         stdin1 stdin2 stdin3 stdin4 \
57         execl2 execl2_vfork execl2_slave \
58         argv0_test1 argv0_test2 argv0_slave \
59         abort \
60         assert \
61         posix_memalign
63 FILES_NIXC := \
64         argv0_test3 argv0_test4 argv0_slave_nixc
66 EXEDIR := $(AROS_TESTS)/clib
68 #MM test-clib : includes includes-copy linklibs kernel
70 USER_CFLAGS = -ffloat-store
71 %build_progs mmake=test-clib \
72     files=$(FILES) targetdir=$(EXEDIR)
74 # From here on compile with -nix flag
76 %build_progs mmake=test-clib \
77     files=$(FILES_NIXC) targetdir=$(EXEDIR) nix=yes