tiny_httpd/src/dune
Simon Cruanes 8a914448c9 avoid dune stanza for inline tests
simpler to just do the testing ourselves
2021-06-02 15:39:50 -04:00

7 lines
148 B
Text

(library
(name tiny_httpd)
(public_name tiny_httpd)
(libraries threads)
(flags :standard -safe-string -warn-error -a+8)
(wrapped false))