- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / test / threads / mmakefile.src
blob1747ac0bd49b1ce602577d84887dd248605414d7
1 include $(TOP)/config/make.cfg
3 FILES := \
4     twothreads \
5     threadexit \
6     cleanupatexit \
7     mutex \
8     signalcondition \
9     broadcastcondition \
10     exitthread
12 EXEDIR := $(AROS_TESTS)/threads
14 #MM test-threads : workbench-libs-thread
15 #MM- test : test-threads
17 %build_progs mmake=test-threads \
18     files=$(FILES) targetdir=$(EXEDIR) \
19     uselibs="thread"
21 %common