wip: checker binary

This commit is contained in:
Simon Cruanes 2021-08-07 17:20:52 -04:00
parent 971ae74ecc
commit ec6fb0d5e1
2 changed files with 11 additions and 0 deletions

7
src/checker/dune Normal file
View file

@ -0,0 +1,7 @@
(executable
(name main)
(public_name sidekick-checker)
(package sidekick-bin)
(libraries containers sidekick.util sidekick.drup)
(flags :standard -warn-error -a+8 -open Sidekick_util))

4
src/checker/main.ml Normal file
View file

@ -0,0 +1,4 @@
let () =
assert false