hotspot/make/defs.make
changeset 13865 f9792c89bd9d
parent 13529 dc25e69fd16d
child 13975 2f7431485cfa
--- a/hotspot/make/defs.make	Mon Sep 17 11:46:19 2012 +0200
+++ b/hotspot/make/defs.make	Mon Sep 17 11:46:25 2012 -0700
@@ -332,6 +332,9 @@
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/$(JDK_INCLUDE_SUBDIR)/jni_md.h
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jmm.h
 
+# By default, run Queens test after building
+TEST_IN_BUILD ?= true
+
 ifndef JAVASE_EMBEDDED
 EXPORT_LIST += $(EXPORT_INCLUDE_DIR)/jfr.h
 endif