aboutsummaryrefslogtreecommitdiffhomepage
path: root/.builds
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-05-23 10:34:01 -0400
committerCalvin Rose <calsrose@gmail.com>2019-05-23 10:34:01 -0400
commita303704a7d8eca79624eb79ebcdb12df871ec7c9 (patch)
treeab61dec5f262c8e3adc7d47861ea66a069bcea0e /.builds
parentAddress #109 (diff)
Add some tests for the amalgamated source/
Adds tests to Makefile and CI on Poisx platforms.
Diffstat (limited to '.builds')
-rw-r--r--.builds/.freebsd.yaml1
-rw-r--r--.builds/.openbsd.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.builds/.freebsd.yaml b/.builds/.freebsd.yaml
index 47abf3ac..9034cbaf 100644
--- a/.builds/.freebsd.yaml
+++ b/.builds/.freebsd.yaml
@@ -9,3 +9,4 @@ tasks:
gmake test CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc
+ gmake test-amalg CC=gcc
diff --git a/.builds/.openbsd.yaml b/.builds/.openbsd.yaml
index bc989290..005b8b58 100644
--- a/.builds/.openbsd.yaml
+++ b/.builds/.openbsd.yaml
@@ -8,3 +8,4 @@ tasks:
gmake test
doas gmake install
gmake test-install
+ gmake test-amalg