Skip to content

Commit

Permalink
Move ounit2 tests to ounit2 package and skipt tests when deploying.
Browse files Browse the repository at this point in the history
  • Loading branch information
gildor478 committed Sep 25, 2019
1 parent 13ca4c9 commit 542ed7a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ deploy: doc test
dune-release lint
git push --all
dune-release tag
dune-release
dune-release distrib --skip-tests
dune-release publish
dune-release opam pkg
dune-release opma publish

.PHONY: deploy

Expand Down
1 change: 1 addition & 0 deletions examples/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(tests
(names test_list test_stack)
(package ounit2)
(libraries ounit2))
1 change: 1 addition & 0 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(test
(name test)
(libraries ounit2 ounit2.advanced str testcommon)
(package ounit2)
(deps
test.exe
fakeHTML/fakeHTML.exe
Expand Down

0 comments on commit 542ed7a

Please sign in to comment.