PanosK92 / SpartanEngine

A game engine with an emphasis on real-time cutting-edge solutions
https://panoskarabelas.com
MIT License
2.24k stars 189 forks source link

DRAFT: Add smoke tests #118

Closed munnsmunns closed 7 months ago

munnsmunns commented 1 year ago

Issue #109

PanosK92 commented 1 year ago

My understanding is that this includes the ImGui smoke tests, and that these are specific to ImGui. Wouldn't we need something custom (albeit in the same philosophy) that uses the Spartan Editor somehow?

munnsmunns commented 1 year ago

My understanding is that this includes the ImGui smoke tests, and that these are specific to ImGui. Wouldn't we need something custom (albeit in the same philosophy) that uses the Spartan Editor somehow?

I'll double check, but I think those are all in the imgui_test_suite folder in the repo, which I left out. I'm still working on writing tests for the Spartan Editor at the moment

PanosK92 commented 1 year ago

Sounds good.

A basic test like, load a world, and log something should be fine as a start.

If that's there, then we can merge, and then I can hook it up to the automated builds script.

Thanks!