aboutsummaryrefslogtreecommitdiff
path: root/lakefile.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lakefile.toml')
-rw-r--r--lakefile.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/lakefile.toml b/lakefile.toml
index 91e4800..85a03a9 100644
--- a/lakefile.toml
+++ b/lakefile.toml
@@ -1,14 +1,18 @@
name = "lean-astar"
version = "0.1.0"
defaultTargets = ["LeanAStar"]
-testDriver = "LeanAStarTest"
+testDriver = "leanastartest"
[[lean_lib]]
name = "LeanAStar"
-[[lean_exe]]
+[[lean_lib]]
name = "LeanAStarTest"
+[[lean_exe]]
+name = "leanastartest"
+root = "LeanAStarTest"
+
[[require]]
name = "BinaryHeap"
git = "http://git.grois.info/BinaryHeap"