mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 11:45:41 -05:00
wip: checker binary
This commit is contained in:
parent
971ae74ecc
commit
ec6fb0d5e1
2 changed files with 11 additions and 0 deletions
7
src/checker/dune
Normal file
7
src/checker/dune
Normal 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
4
src/checker/main.ml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
|
||||
let () =
|
||||
assert false
|
||||
Loading…
Add table
Reference in a new issue