Add unit test for configurator

This commit is contained in:
Rudi Grinberg 2018-02-28 23:37:27 +07:00
parent 3e73397638
commit 6dae7ca6ca
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(jbuild_version 1)
(executable
((name test_configurator)
(libraries (configurator))))
(alias
((name runtest)
(deps (./test_configurator.exe))
(action (run ${<}))))

View File

@ -0,0 +1 @@
Configurator.main ~name:"test_configurator" (fun _ -> ())