From 16a2da0f217aa4f2da4b084014e4da731740e0df Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 16 Mar 2019 20:33:08 +1300 Subject: Add simple solver testing framework --- test/001-easy/expected.sku | 9 +++++++++ test/001-easy/in.sku | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 test/001-easy/expected.sku create mode 100644 test/001-easy/in.sku (limited to 'test/001-easy') diff --git a/test/001-easy/expected.sku b/test/001-easy/expected.sku new file mode 100644 index 0000000..a193127 --- /dev/null +++ b/test/001-easy/expected.sku @@ -0,0 +1,9 @@ +8 6 1 |5 2 7 |3 4 9 +2 7 5 |4 9 3 |6 8 1 +9 4 3 |6 1 8 |5 7 2 +4 1 7 |2 3 6 |9 5 8 +3 5 9 |1 8 4 |2 6 7 +6 2 8 |9 7 5 |4 1 3 +7 8 6 |3 4 9 |1 2 5 +1 3 4 |7 5 2 |8 9 6 +5 9 2 |8 6 1 |7 3 4 diff --git a/test/001-easy/in.sku b/test/001-easy/in.sku new file mode 100644 index 0000000..2145237 --- /dev/null +++ b/test/001-easy/in.sku @@ -0,0 +1,10 @@ +? 6 1 |5 ? ? |? ? 9 +? 7 5 |4 9 3 |6 ? ? +9 ? ? |6 ? ? |? 7 ? +4 ? ? |2 ? 6 |? ? ? +3 ? 9 |? ? ? |2 ? 7 +? ? ? |9 ? 5 |? ? 3 +? 8 ? |? ? 9 |? ? 5 +? ? 4 |7 5 2 |8 9 ? +5 ? ? |? ? 1 |7 3 ? + -- cgit v1.1