mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-08 20:25:30 -05:00
18 lines
376 B
Text
18 lines
376 B
Text
|
|
(executable
|
|
(name qtest)
|
|
(modes native)
|
|
(flags :standard -warn-error -a+8 -w -33)
|
|
(libraries qcheck-core qcheck ounit2
|
|
threads threads.posix tiny_httpd))
|
|
|
|
(rule
|
|
(deps (glob_files ../*.ml{,i}))
|
|
(targets qtest.ml)
|
|
(action (run qtest extract --quiet %{deps} -o %{targets})))
|
|
|
|
(rule
|
|
(alias runtest)
|
|
(package tiny_httpd)
|
|
(action (run ./qtest.exe)))
|
|
|