# 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'

# included in 'make test-all' in addition to regular components of 'make bench'
test_extra="\
  compat\
  ellglobalred\
  galois\
  intnum\
  qfbsolve\
  rfrac\
  round4\
  stark\
"

# _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\
"

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'`"
