aboutsummaryrefslogtreecommitdiff
path: root/lakefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lakefile.toml')
-rw-r--r--lakefile.toml7
1 files changed, 7 insertions, 0 deletions
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"