fix: logs is a testdep for tiny_httpd_camlzip too

This commit is contained in:
Simon Cruanes 2024-01-23 23:31:14 -05:00
parent d6515bf37f
commit caa628b446
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 0 deletions

View file

@ -33,4 +33,5 @@
(depends (depends
(tiny_httpd (= :version)) (tiny_httpd (= :version))
(camlzip (>= 1.06)) (camlzip (>= 1.06))
(logs :with-test)
(odoc :with-doc))) (odoc :with-doc)))

View file

@ -11,6 +11,7 @@ depends: [
"dune" {>= "2.9"} "dune" {>= "2.9"}
"tiny_httpd" {= version} "tiny_httpd" {= version}
"camlzip" {>= "1.06"} "camlzip" {>= "1.06"}
"logs" {with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [