[med-svn] [Git][med-team/ngs-sdk][master] Added autopkg test
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Fri Feb 18 15:31:17 GMT 2022
Lance Lin pushed to branch master at Debian Med / ngs-sdk
Commits:
33261556 by Lance Lin at 2022-02-18T22:30:44+07:00
Added autopkg test
- - - - -
2 changed files:
- + debian/tests/control
- + debian/tests/run-unit-test
Changes:
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, build-essential
+Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+# Author: Lance Lin <LQi254 at protonmail.com>
+# Date: 18 February 2022
+# File: run-unit-test
+# Purpose: run a simple-unit test for the ngs-sdk package
+#
+# Details:
+# Run the built-in test (make test) for the ngs-sdk package
+
+set -e
+
+cd ngs-sdk
+echo "run-unit-test: running configure"
+./configure
+echo "run-unit-test: making test"
+make test
+echo "run-unit-test: done"
View it on GitLab: https://salsa.debian.org/med-team/ngs-sdk/-/commit/33261556d01bc0d9686f8e253d525e43b4af50ac
--
View it on GitLab: https://salsa.debian.org/med-team/ngs-sdk/-/commit/33261556d01bc0d9686f8e253d525e43b4af50ac
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20220218/9d90f948/attachment.htm>
More information about the debian-med-commit
mailing list