Put pciehci.device in DEVS:USBHardware, like the other host-controller
[AROS.git] / test / exec / mmakefile.src
blobeb70ad34b4d211ecc21c232efab2f6b8c15b6ecd
1 #   $Id$
3 #   Makefile for AROS exec.library tests
5 include $(TOP)/config/make.cfg
7 FILES :=                \
8     alert               \
9     allocmem            \
10     avltest             \
11     childstatus         \
12     childwait           \
13     copymem             \
14     dumpmem             \
15     enqueue             \
16     messagetest         \
17     openlib             \
18     portsend            \
19     portreceive         \
20     makelib             \
21     pool                \
22     rawdofmt            \
23     semaphoretest       \
24     semtorture          \
25     stackswap           \
26     signaltest          \
27     supertest           \
28     tasktest            \
29     tasktest2           \
30     traptest            \
31     vblank
33 EXEDIR := $(AROS_TESTS)/exec
35 USER_CFLAGS := -D__AROS_GIMME_DEPRECATED_STACKSWAP__
37 #MM test-exec : includes includes-copy linklibs kernel
39 %build_progs mmake=test-exec \
40     files=$(FILES) targetdir=$(EXEDIR)
42 %common