CS153/hw1/test/dune

12 lines
170 B
Text
Raw Normal View History

(library
(name studenttests)
(modules studenttests)
(libraries util hellocaml))
(library
(name gradedtests)
(modules gradedtests)
(libraries util hellocaml))