lean4-htt/tests/lake/examples/deps/foo/lakefile.lean
Mac Malone aa3d409eb6
refactor: lake: mv tests/examples to top-level tests dir (#10688)
This PR moves Lake's test infrastructure from `src/lake` to
`tests/lake`.
2025-10-06 21:47:57 +00:00

13 lines
163 B
Text

import Lake
open System Lake DSL
package foo
require a from ".."/"a"
require b from ".."/"b"
lean_lib Foo
@[default_target]
lean_exe foo where
root := `Main