summaryrefslogtreecommitdiff
path: root/build2/test/list
blob: 58b23c7e3d9ae39d300063fd7822e50abf460e56 (plain)
1
2
3
4
5
6
7
8
9
10
- Incremental tests: only run tests that were updated [idea]

  If a test is more than an executable, then tracking its "inputs" (so that we
  know whether to run it) will be tricky. Such a test will most likely run via
  testscript so can we capture inputs somehow? This seems to be related to the
  question of what to attach testscripts to. Maybe we should make them (in
  source) targets?

  Will also need some kind of switch/override to run all tests (command line
  config override seems like a natural choice).