From 5f1296949a7731180e6baab9a3caf16e6fb6b555 Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Sat, 28 Dec 2024 22:51:41 -0600 Subject: [PATCH] add telephone challenge scenario to test suite --- test/integration/Main.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/Main.hs b/test/integration/Main.hs index fd53247dd..5f9f57cc7 100644 --- a/test/integration/Main.hs +++ b/test/integration/Main.hs @@ -249,6 +249,7 @@ testScenarioSolutions rs ui key = , testSolution Default "Challenges/pack-tetrominoes" , testSolution (Sec 10) "Challenges/dimsum" , testSolution (Sec 15) "Challenges/gallery" + , testSolution (Sec 10) "Challenges/telephone" , testGroup "Mazes" [ testSolution Default "Challenges/Mazes/easy_cave_maze"