lean4-htt/tests/pkg/frontend/lakefile.lean
Scott Morrison 58d19b80b9 test: compiling from the interpreter, with common imports
hacky fix to windows test

Include test from #2407 as well
2023-08-16 10:11:50 -07:00

17 lines
261 B
Text

import Lake
open Lake DSL
package frontend
@[default_target]
lean_lib Frontend
lean_exe frontend_with_import2 {
root := `Frontend.Main_with_Import2
supportInterpreter := true
}
lean_exe frontend {
root := `Frontend.Main
supportInterpreter := true
}