You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be much nicer if tests, instead of being hard-coded into the binary, would be read from /var/tests at runtime. A file would then contain a series of tests which are executed by the test runner.
Decide a binary format for tests (KEXC, or just binary code without a header or something?)
Implement getting a list of tests to execute
Implement reading and calling a test
The text was updated successfully, but these errors were encountered:
It would be much nicer if tests, instead of being hard-coded into the binary, would be read from
/var/tests
at runtime. A file would then contain a series of tests which are executed by the test runner.The text was updated successfully, but these errors were encountered: