Skip to content

Commit

Permalink
Merge pull request #12 from edwintorok/master
Browse files Browse the repository at this point in the history
dune: add missing deps
  • Loading branch information
backtracking authored Jan 28, 2024
2 parents 31fc6b6 + e445076 commit f242e32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
(test
(name rule110)
(modules rule110)
(deps quicksort.term)
(enabled_if %{arch_sixtyfour})
(libraries hashcons))

(test
(name test_qs)
(modules test_qs)
(flags ())
(deps quicksort.term)
(libraries hashcons))

0 comments on commit f242e32

Please sign in to comment.