Skip to content

Commit

Permalink
[mmzk] (test) Automate test for year 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
MMZK1526 committed Oct 10, 2024
1 parent 85f7e0b commit 31a4563
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/Spec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import qualified Year2019.SOL as Y2019
import qualified Year2020.Tries as Y2020
import qualified Year2021.Alloc as Y2021
import qualified Year2022.SC as Y2022
import qualified Year2023.Solver as Y2023

main :: IO ()
main = do
Expand Down Expand Up @@ -36,7 +37,10 @@ main = do
putStrLn "Year 2021 Tests: "
Y2021.tester
putStrLn "Year 2021 Tests Done!"
putStrLn "Year 2022Tests: "
putStrLn "Year 2022 Tests: "
Y2022.tester
putStrLn "Year 2022 Tests Done!"
putStrLn "Year 2023 Tests: "
Y2023.tester
putStrLn "Year 2023 Tests Done!"
putStrLn "All Tests Done!"

0 comments on commit 31a4563

Please sign in to comment.