From 0f1e30d0ab59a518c52eb64b0042eec4d212ef2f Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 11 Jan 2025 23:39:24 +0100 Subject: Add simple unit test (and fix path output, as discovered by test) --- lakefile.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lakefile.toml') diff --git a/lakefile.toml b/lakefile.toml index b2b9c3f..606cee8 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -1,10 +1,17 @@ name = "lean-astar" version = "0.1.0" defaultTargets = ["LeanAStar"] +testDriver = "LeanAStarTest" [[lean_lib]] name = "LeanAStar" +[[lean_lib]] +name = "LeanAStarTest" + +[[lean_exe]] +name = "LeanAStarTest" + [[require]] name = "BinaryHeap" git = "https://github.com/soulsource/BinaryHeap" -- cgit v1.2.3