# Format: filename_weight (weight = 1000 if omitted)
#   individual times are printed as is, but accumulated time is weighed
#   by (weight / 1000)
_test_list='test_extra_out test_extra test_basic top_test_extra top_dotest_extra'

# _not_ included in 'make test-all' (annoying)
test_extra_out="ploth"

# included in 'make bench'
test_basic="\
  objets\
  analyz\
  number\
  polyser\
  linear\
  elliptic\
  sumiter\
  graph\
  program\
  trans\
  nfields_200\
"

pattern_out=`echo $test_extra_out | sed -e 's/ /|/'`
# included in 'make test-all' in addition to regular components of 'make bench'
test_extra=`ls "$TOP"/src/test/in | egrep -v "CVS|$pattern_out"`
test_extra=`echo $test_extra | sed -e 's/\n/ /g'`

top_test_extra="test-`echo $test_extra $test_extra_out | sed -e 's/ \\([^ ]\\)/ test-\\1/g'`"
top_dotest_extra="dotest-`echo $test_extra $test_extra_out | sed -e 's/ \\([^ ]\\)/ dotest-\\1/g'`"
