Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Jan 16, 2024
1 parent 687d077 commit e1efc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ auto main(int argc, char* argv[]) -> int
{
const int exit_code = doctest::Context{}.run(); // Run all unit tests

auto gradient_test = ImGG::GradientWidget{};
static auto gradient_test = ImGG::GradientWidget{};
const bool should_run_imgui_tests = argc < 2 || strcmp(argv[1], "-nogpu") != 0;
if (
should_run_imgui_tests
Expand Down

0 comments on commit e1efc4a

Please sign in to comment.