Run adt_generator.exe as part of dune runtest

This commit is contained in:
Suzanne Dupéron 2020-02-10 11:50:28 +01:00
parent 35815ce5b4
commit 42699256e5

View File

@ -16,3 +16,8 @@
(libraries
)
)
(alias
(name runtest)
(action (run ./adt_generator.exe))
)