make directory name inline with other tests
[AROS.git] / test / gl / mmakefile.src
blob1cef2e89d2fb224f394284b867134eebf887ead4
1 #   $Id$
4 include $(TOP)/config/make.cfg
6 GLTESTFILES         := \
7         glsimplerendering \
8         glgetprocaddress
10 EXEDIR      := $(AROSDIR)/Tests/graphics/gl
12 #MM- test : test-gl
14 #MM test-gl : includes linklibs workbench-libs-gl-includes
16 %build_progs mmake=test-gl \
17     targetdir=$(EXEDIR) \
18     files="$(GLTESTFILES)" uselibs="GL"
20 %common