Added missing properties.
[AROS.git] / test / exec / mmakefile.src
blobecd2e0ff962c598cc427f7a6aa7f90e5c0739848
1 #   $Id$
3 #   Makefile for AROS exec.library tests
5 include $(SRCDIR)/config/aros.cfg
7 FILES :=                \
8     alert               \
9     allocmem            \
10     allocxxx        \
11     avltest             \
12     childstatus         \
13     childwait           \
14     copymem             \
15     crashtest           \
16     dumpmem             \
17     enqueue             \
18     exceptiontest       \
19     exceptiontest2      \
20     messagetest         \
21     openlib             \
22     portsend            \
23     portreceive         \
24     makelib             \
25     pool                \
26     rawdofmt            \
27     semaphoretest       \
28     semtorture          \
29     stackswap           \
30     signaltest          \
31     supertest           \
32     taskstorage \
33     tasktest            \
34     tasktest2           \
35     timeport \
36     traptest            \
37     vblank
39 EXEDIR := $(AROS_TESTS)/exec
41 USER_CFLAGS := -D__AROS_GIMME_DEPRECATED_STACKSWAP__
43 #MM test-exec : includes includes-copy linklibs kernel
45 %build_progs mmake=test-exec \
46     files=$(FILES) targetdir=$(EXEDIR)
48 %common