cooperative-computing-lab / cctools

The Cooperative Computing Tools (cctools) enable large scale distributed computations to harness hundreds to thousands of machines from clusters, clouds, and grids.
http://ccl.cse.nd.edu
Other
135 stars 120 forks source link

Cleanup old test framework remnants #302

Closed dpandiar closed 10 years ago

dpandiar commented 11 years ago

Our test framework has moved to directly running the test scripts (by run_all_tests.sh).

However, our Makefiles all have various rules for running tests (example: the makefile in makeflow has four such rules) using test_runner that doesn't exist anymore.

batrick commented 11 years ago

The old test runner had silly amounts of redirection which caused problems I don't recall.

Ideally, I'd recommend having everything handled by Make.