aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2018-02-23 14:23:19 -0500
committerGravatar Gaƫtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-16 13:28:10 +0200
commita2f4a43833a29a5ede5905225b814c33e3a46132 (patch)
treebb2bd38286a6d51451df109e476862ab75ca65de /dev/ci
parent3f480c993311d19b152deb6bb4dc561188d76fc7 (diff)
add unit tests to test suite
Diffstat (limited to 'dev/ci')
-rw-r--r--dev/ci/appveyor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/appveyor.sh b/dev/ci/appveyor.sh
index 93e7bd99a..c72705c7f 100644
--- a/dev/ci/appveyor.sh
+++ b/dev/ci/appveyor.sh
@@ -5,5 +5,5 @@ tar -xf opam64.tar.xz
bash opam64/install.sh
opam init -a mingw https://github.com/fdopen/opam-repository-mingw.git --comp 4.02.3+mingw64c --switch 4.02.3+mingw64c
eval "$(opam config env)"
-opam install -y ocamlfind camlp5
+opam install -y ocamlfind camlp5 ounit
cd "$APPVEYOR_BUILD_FOLDER" && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= && make validate