nashorn/make/Makefile
changeset 16170 9e3f4e0b519b
parent 16163 71f4cff209a9
child 16198 1cfb1fbab2dc
--- a/nashorn/make/Makefile	Fri Jan 11 18:26:18 2013 +0530
+++ b/nashorn/make/Makefile	Fri Jan 11 20:34:22 2013 +0530
@@ -181,16 +181,13 @@
 endif
 
 # Default target and expected 'do everything' target
-# comments docs to avoid too many ASM warnings
-# all: test docs
-
-all: test
+all: test docs
 
 # Standard make clobber target
 clobber: clean
 
 # All ant targets of interest
-ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
+ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel octane sunspider perf alltests
 
 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
 $(OUTPUTDIR)/build/ant-diagnostics.log: