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 b454bbb commit 687d077
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

auto main(int argc, char* argv[]) -> int
{
const int exit_code = doctest::Context{}.run(); // Run all unit tests
const int exit_code = doctest::Context{}.run(); // Run all unit tests

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 687d077

Please sign in to comment.