diff options
| author | Andreas Grois <andi@grois.info> | 2025-01-11 23:39:24 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-01-11 23:39:24 +0100 |
| commit | 0f1e30d0ab59a518c52eb64b0042eec4d212ef2f (patch) | |
| tree | 8dbb76e368050500c00ea0db21c2c48b570b1bce /lakefile.toml | |
| parent | bf12dcd38698d9e7fd0396722d7dd75ea1cefc88 (diff) | |
Add simple unit test (and fix path output, as discovered by test)
Diffstat (limited to 'lakefile.toml')
| -rw-r--r-- | lakefile.toml | 7 |
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" |
