LuaJIT / LuaJIT-test-cleanup

Cleanup Workspace for LuaJIT tests
46 stars 19 forks source link

Test runner and test examples in declarative style #6

Closed ladc closed 8 years ago

ladc commented 8 years ago

This implements a proof-of-concept test runner in the spirit of TestML and following the guidelines by @MikePall in his comment to issue #5. Included are some examples of adapted tests (in test/libs and test/libs_ext) that illustrate this declarative approach.

Wiladams commented 8 years ago

I merged this in as I didn't see any reason to keep it out at the moment. Better to have it in the repo so we can start playing with it and either accept or reject it over time.

ladc commented 8 years ago

Thanks!