Home | History | Annotate | Download | only in tests
      1 dirs := \
      2 	linetex \
      3 	swapinterval \
      4 	textures \
      5 	tritex \
      6 
      7 ifneq (,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
      8 dirs += \
      9 	gl2_cameraeye \
     10 	gl2_java \
     11 	gl2_jni \
     12 	gldual \
     13 	gl_jni \
     14 	gl_perfapp \
     15 	lighting1709 \
     16 	testLatency \
     17 	testPauseResume \
     18 	testViewport \
     19 
     20 endif # JAVA_SUPPORT
     21 
     22 ifeq (platform,$(TARGET_BUILD_JAVA_SUPPORT_LEVEL))
     23 dirs += \
     24 	testFramerate
     25 
     26 endif # JAVA_SUPPORT platform
     27 
     28 include $(call all-named-subdir-makefiles, $(dirs))
     29