21 lines
328 B
Text
21 lines
328 B
Text
(executable
|
|
(libraries cstruct alcotest cstruct-sexp)
|
|
(modules bounds tests)
|
|
(name tests))
|
|
|
|
(executable
|
|
(libraries cstruct alcotest)
|
|
(modules parse)
|
|
(name parse))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(package cstruct-sexp)
|
|
(action
|
|
(run ./tests.exe -e)))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(package cstruct)
|
|
(action
|
|
(run ./parse.exe -e)))
|