summaryrefslogtreecommitdiffhomepage
path: root/editor/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/tests.cpp')
-rw-r--r--editor/tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/tests.cpp b/editor/tests.cpp
index a7e86a3f..2b3b7ce2 100644
--- a/editor/tests.cpp
+++ b/editor/tests.cpp
@@ -97,6 +97,8 @@ void app::tests_reset_mode()
void app::draw_tests_pane()
{
+ ImGui::SeparatorText("Functional tests");
+
constexpr int selectable_flags = ImGuiSelectableFlags_SpanAvailWidth;
for (auto [str, i] : tests_data::fields)
if (ImGui::Selectable(str.data(), i == tests().index(), selectable_flags))