[mathicgb] 01/01: debian/tests/build: Remove old CI test.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Jan 12 00:48:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository mathicgb.

commit 706041b47f53511275ce527fbf9c54dc6d79ad30
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Jan 11 19:47:34 2017 -0500

    debian/tests/build: Remove old CI test.
---
 debian/tests/build | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/debian/tests/build b/debian/tests/build
deleted file mode 100755
index e6905d3..0000000
--- a/debian/tests/build
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/sh
-# autopkgtest check: Build and run a program against mathicgb, to verify that
-# the headers and pkg-config file are installed correctly.
-# Author: Doug Torrance <dtorrance at piedmont.edu>
-
-set -e
-
-WORKDIR=$(mktemp -d)
-trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
-cd $WORKDIR
-cat <<EOF > mathicgbtest.cpp
-
-#include <mathicgb.h>
-int main (int argc, char *argv[])
-{
-  mgb::GroebnerConfiguration configuration(2, 0, 0);
-}
-EOF
-
-g++ -o mathicgbtest mathicgbtest.cpp `pkg-config --cflags --libs mathicgb`
-echo "build: OK"
-[ -x mathicgbtest ]
-./mathicgbtest
-echo "run: OK"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list