From 6217a34e6f1250757b69aa537c174f90ab8e2a8f Mon Sep 17 00:00:00 2001 From: TheGAzed Date: Sun, 23 Jun 2024 17:17:04 +0200 Subject: [PATCH] another try --- .github/workflows/cmake-single-platform.yml | 4 +++- test/blackbox/suites/easy/easy_unset.c | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index fdccb10..18758dd 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -42,4 +42,6 @@ jobs: working-directory: ${{github.workspace}}/build # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure + run: | + xxd ./test/puzzles/easy/1.kkr + ctest -C ${{env.BUILD_TYPE}} --rerun-failed --output-on-failure diff --git a/test/blackbox/suites/easy/easy_unset.c b/test/blackbox/suites/easy/easy_unset.c index d6d2e48..b81b06c 100644 --- a/test/blackbox/suites/easy/easy_unset.c +++ b/test/blackbox/suites/easy/easy_unset.c @@ -17,7 +17,6 @@ TEST easy_unset_one(void) { ASSERTm("COULDN'T OPEN FILE", fp); Kakuro board = init_kakuro(fp); - print_board(board); fclose(fp); SArray solution = depth_first_search(board);