test: cover completed solver boards

Exercise both the trivial order-1 solution and the feasible order-8 solution through the independent placement validator.

With the existing completion ordering, the focused test reports a heap-buffer-overflow under AddressSanitizer before validation can run.

Refs: #14
This commit is contained in:
Codex instance
2026-07-30 16:49:21 +01:00
parent ebfc80546a
commit ccdcf03fa8
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -15,4 +15,5 @@ if(BUILD_TESTING)
add_test(NAME construction COMMAND partridge_tests construction)
add_test(NAME rendering COMMAND partridge_tests rendering)
add_test(NAME solver-small COMMAND partridge_tests solver-small)
add_test(NAME solver-completion COMMAND partridge_tests solver-completion)
endif()