18 lines
362 B
EmacsLisp
18 lines
362 B
EmacsLisp
// tests/suite/manifest.el — El test suite vessel manifest.
|
|
//
|
|
// Build and run:
|
|
// cd tests/suite && elb && ./dist/el-tests
|
|
//
|
|
// Exit code equals the number of failing assertions (0 = all pass).
|
|
|
|
package "el-tests" {
|
|
version "0.1.0"
|
|
description "El runtime test suite"
|
|
edition "2026"
|
|
}
|
|
|
|
build {
|
|
entry "src/test_all.el"
|
|
output "dist/"
|
|
}
|