#/bin/bash

for bm in \
	antlr bloat chart eclipse fop hsqldb jython lucene pmd xalan; \
do \
	./run-one-dacapo $bm $@; \
done
