Consolidate unit testing code

This commit is contained in:
2026-02-24 23:15:02 -05:00
parent a7027873ab
commit 2c2d4e44bb
12 changed files with 74 additions and 88 deletions

View File

@@ -317,10 +317,6 @@ public:
//
HttpServerResponse http_serve(const HttpParser &request);
// Run all unit tests.
//
void run_unittests();
// Install this world into an EngineWrapper's function pointers.
//
void expose_world_to_driver(EngineWrapper *w);