Skip to content

Commit

Permalink
Merge pull request #24 from cryptosense/improve-tests-dune-file
Browse files Browse the repository at this point in the history
Improve test dune file
  • Loading branch information
NathanReb authored Aug 27, 2018
2 parents f562dcf + 90eadc5 commit 0ee53e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@ language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=multipart-form-data
- DISTRO=alpine-3.6
- OPAM_VERSION=1.2.2
matrix:
- OCAML_VERSION=4.02.3
- OCAML_VERSION=4.03.0
Expand Down
13 changes: 5 additions & 8 deletions test/dune
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
(alias
(name runtest)
(deps (:tests tests.exe))
(action (run %{tests})))

(executable
(test
(name tests)
(libraries
multipart-form-data
alcotest
lwt.unix
)
)
(preprocess
(pps
lwt_ppx
)))
)
)
)

0 comments on commit 0ee53e3

Please sign in to comment.