// test_engine_smoke.cpp — just verify engine.h compiles and links. #include "engine.h" int main() { // No-op — all engine functions take many parameters and need real runtime. This test // only validates that the header compiles and the core lib links. return 0; }