Don't automatically build test-objc-quick when test-quick is built.
[AROS.git] / test / objc / mmakefile.src
blob3110ef5f91c99aa9f4199cf8a7e606c8f44823a0
1
2 #  Copyright (C) 2013, The AROS Development Team
3 #  All right reserved.
4 #  Author: Jason S. McMullan <jason.mcmullan@gmail.com>
5
6 #  Licensed under the AROS PUBLIC LICENSE (APL) Version 1.1
7
8 include $(TOP)/config/make.cfg
10 EXEDIR := $(AROS_TESTS)/objc
12 # gcc 4.6.2 can't build arm Objective C support without
13 # a compiler error.
14 #MM- test : test-$(OBJC_TARGET)-$(CPU)
15 #MM- test-objc-i386 : test-objc
16 #MM- test-objc-x86_64 : test-objc
17 #MM- test-objc-ppc : test-objc
18 ##MM- test-quick : test-objc-quick
20 #MM- test-objc: test-objc-hello
21 #MM- test-objc-quick: test-objc-hello-quick
23 %build_prog mmake=test-objc-hello progname=hello \
24     files= objcfiles=hello targetdir=$(EXEDIR)
26 %common