cleanup composer/compositing/composition -> compositor
[AROS.git] / test / clib / mmakefile.src
blob927e290a96d6ea9309a1118319288eb4a24b1673
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         mnt_names \
25         opendir \
26         pipe \
27         raise \
28         random \
29         setjmp \
30         snprintf \
31         sprintf \
32         sscanf \
33         statfs \
34         stpblk \
35         strchr \
36         strptime \
37         strtod \
38         strtol \
39         strtoul \
40         strtoull \
41         system \
42         tmpfile \
43         uname \
44         usleep \
45         vfork \
46         vfork_execl \
47         wait \
48         waitpid \
49         stdin1 stdin2 stdin3 stdin4 \
50         execl2 execl2_vfork execl2_slave \
51         argv0_test1 argv0_test2 argv0_slave \
52         abort \
53         assert
55 FILES_NIXC := \
56         argv0_test3 argv0_test4 argv0_slave_nixc
58 EXEDIR := $(AROS_TESTS)/clib
60 #MM test-clib : includes includes-copy linklibs kernel
62 %build_progs mmake=test-clib \
63     files=$(FILES) targetdir=$(EXEDIR)
65 # From here on compile with -nix flag
67 %build_progs mmake=test-clib \
68     files=$(FILES_NIXC) targetdir=$(EXEDIR) nix=yes