From 79d0646174041b5bc3f6b2f6809b7372844ffc81 Mon Sep 17 00:00:00 2001 From: Simon Fowler Date: Fri, 14 Sep 2018 16:19:21 +0100 Subject: [PATCH] Do not release `links-unit`. (#397) * Remove outdated pkg/pkg.ml * Experiment in making links-unit non-toplevel so it's not released --- .travis.yml | 2 +- linx-unit | 1 - pkg/pkg.ml | 2 -- links-unit.opam => unit/links-unit.opam | 0 4 files changed, 1 insertion(+), 4 deletions(-) delete mode 120000 linx-unit delete mode 100644 pkg/pkg.ml rename links-unit.opam => unit/links-unit.opam (100%) diff --git a/.travis.yml b/.travis.yml index 8c4dc29b9..6c228993b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: script: - opam pin add links . -y - opam pin add links-postgresql . -y - - opam pin add links-unit . -y + - opam pin add links-unit unit/ -y - make nc-release - make tests - ./run-tests db-only shredding diff --git a/linx-unit b/linx-unit deleted file mode 120000 index 9d96dddd2..000000000 --- a/linx-unit +++ /dev/null @@ -1 +0,0 @@ -_build/default/unit/unitTests.exe \ No newline at end of file diff --git a/pkg/pkg.ml b/pkg/pkg.ml deleted file mode 100644 index 1a04c2b47..000000000 --- a/pkg/pkg.ml +++ /dev/null @@ -1,2 +0,0 @@ -#use "topfind" -#require "topkg-jbuilder.auto" diff --git a/links-unit.opam b/unit/links-unit.opam similarity index 100% rename from links-unit.opam rename to unit/links-unit.opam