dont build task.resource in the rom bundle
[AROS.git] / test / clib / mmakefile.src
blobaf7ccac900cfbe81ebaaa2fd83e332848c571deb
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         open \
26         opendir \
27         pipe \
28         raise \
29         random \
30         setjmp \
31         snprintf \
32         sprintf \
33         sscanf \
34         statfs \
35         stpblk \
36         strchr \
37         strptime \
38         strtok \
39         strtod \
40         strtol \
41         strtoul \
42         strtoull \
43         system \
44         tmpfile \
45         uname \
46         usleep \
47         vfork \
48         vfork_execl \
49         wait \
50         waitpid \
51         stdin1 stdin2 stdin3 stdin4 \
52         execl2 execl2_vfork execl2_slave \
53         argv0_test1 argv0_test2 argv0_slave \
54         abort \
55         assert \
56         posix_memalign
58 FILES_NIXC := \
59         argv0_test3 argv0_test4 argv0_slave_nixc
61 EXEDIR := $(AROS_TESTS)/clib
63 #MM test-clib : includes includes-copy linklibs kernel
65 USER_CFLAGS = -ffloat-store
66 %build_progs mmake=test-clib \
67     files=$(FILES) targetdir=$(EXEDIR)
69 # From here on compile with -nix flag
71 %build_progs mmake=test-clib \
72     files=$(FILES_NIXC) targetdir=$(EXEDIR) nix=yes