Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Jun 23, 2024
1 parent 656422c commit 1382100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dkms.conf

# folders
build/
Testing/

# vscode
.VSCodeCounter
Expand Down
2 changes: 2 additions & 0 deletions test/blackbox/suites/easy/easy_unset.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ TEST easy_unset_one(void) {
SArray solution = depth_first_search(board);
free_kakuro(&board);

print_board(board);

ASSERTm("NO SOLUTION FOUND", solution.size);
ASSERTm("LENGTHS DON'T ADD UP", solution.size == (sizeof(expected_solution) / sizeof(ksize_t)));

Expand Down

0 comments on commit 1382100

Please sign in to comment.