| // test_engine_smoke.cpp — just verify engine.h compiles and links. | |
| 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; | |
| } | |
| // test_engine_smoke.cpp — just verify engine.h compiles and links. | |
| 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; | |
| } | |