repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
move the tests under the debug folder
[AROS.git]
/
debug
/
test
/
intuition
/
mmakefile.src
blob
d0bd535946df7b986b5b1fb7a973cdf5d829f14b
1
# $Id$
2
#
3
# Makefile for AROS intuition.library tests
4
5
include $(SRCDIR)/config/aros.cfg
6
7
FILES := \
8
customscreen \
9
displayalert \
10
drawinfoattr \
11
gamma \
12
monitorclass \
13
pubscreen \
14
screenclass \
15
screentest \
16
scrollerwin
17
18
EXEDIR := $(AROS_TESTS)/intuition
19
20
%build_progs mmake=test-intuition \
21
files=$(FILES) targetdir=$(EXEDIR)
22
23
%common