From: Michael Tremer <michael.tremer@ipfire.org>
To: network@lists.ipfire.org
Subject: [PATCH 4/7] nitsi: Add a test that calls "make check" in the virtual environment
Date: Mon, 04 Jun 2018 16:38:29 +0100 [thread overview]
Message-ID: <20180604153832.331239-4-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20180604153832.331239-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 3009 bytes --]
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
Makefile.am | 16 ++++++++++++----
test/nitsi/test/make-check/.gitignore | 2 ++
test/nitsi/test/make-check/recipe.in | 3 +++
test/nitsi/test/make-check/settings.in | 12 ++++++++++++
4 files changed, 29 insertions(+), 4 deletions(-)
create mode 100644 test/nitsi/test/make-check/.gitignore
create mode 100644 test/nitsi/test/make-check/recipe.in
create mode 100644 test/nitsi/test/make-check/settings.in
diff --git a/Makefile.am b/Makefile.am
index 73c79f501f99..a0d57689d97e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -490,6 +490,7 @@ substitutions = \
'|PACKAGE_NAME=$(PACKAGE_NAME)|' \
'|PACKAGE_URL=$(PACKAGE_URL)|' \
'|PACKAGE_VERSION=$(PACKAGE_VERSION)|' \
+ '|builddir=$(abs_builddir)|' \
'|prefix=$(prefix)|' \
'|exec_prefix=$(exec_prefix)|' \
'|sbindir=$(sbindir)|' \
@@ -542,17 +543,24 @@ TESTS = \
# - NITSI tests ----------------------------------------------------------------
NITSI_TESTS = \
- test/nitsi/test/hello-world
+ test/nitsi/test/hello-world \
+ test/nitsi/test/make-check
EXTRA_DIST += \
test/nitsi/test/hello-world/recipe \
- test/nitsi/test/hello-world/settings
+ test/nitsi/test/hello-world/settings \
+ test/nitsi/test/make-check/recipe.in \
+ test/nitsi/test/make-check/settings.in
+
+CLEANFILES += \
+ test/nitsi/test/make-check/recipe \
+ test/nitsi/test/make-check/settings
NITSI_ENVIRONMENT =
.PHONY: $(NITSI_TESTS)
-$(NITSI_TESTS): dist
+$(NITSI_TESTS): % : %/recipe %/settings
$(AM_V_NITSI) $(NITSI_ENVIRONMENT) $(NITSI) --log-level error -d $@
.PHONY: nitsi
-nitsi: $(NITSI_TESTS)
+nitsi: dist $(NITSI_TESTS)
diff --git a/test/nitsi/test/make-check/.gitignore b/test/nitsi/test/make-check/.gitignore
new file mode 100644
index 000000000000..5fd84c8fa188
--- /dev/null
+++ b/test/nitsi/test/make-check/.gitignore
@@ -0,0 +1,2 @@
+/recipe
+/settings
diff --git a/test/nitsi/test/make-check/recipe.in b/test/nitsi/test/make-check/recipe.in
new file mode 100644
index 000000000000..13d664b8db9a
--- /dev/null
+++ b/test/nitsi/test/make-check/recipe.in
@@ -0,0 +1,3 @@
+alice: tar xvfa @PACKAGE_NAME(a)-@PACKAGE_VERSION(a).tar.gz && cd @PACKAGE_NAME(a)-@PACKAGE_VERSION@
+alice: ./configure --prefix=/usr && make -j2
+alice: make check
diff --git a/test/nitsi/test/make-check/settings.in b/test/nitsi/test/make-check/settings.in
new file mode 100644
index 000000000000..cac865de8bad
--- /dev/null
+++ b/test/nitsi/test/make-check/settings.in
@@ -0,0 +1,12 @@
+[DEFAULT]
+Name = make check
+Description = This test runs make install in the virtual environment
+ to determine if the source tarball is complete and module test
+ can be executed in the virtual environment
+
+Copy_from = ../../../../@PACKAGE_NAME(a)-@PACKAGE_VERSION(a).tar.gz
+Copy_to = /root/
+
+[VIRTUAL_ENVIRONMENT]
+Name = basic
+path = ../../virtual-environment/basic
--
2.17.0
next prev parent reply other threads:[~2018-06-04 15:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-04 15:38 [PATCH 1/7] nitsi: Create "nitsi" Makefile target Michael Tremer
2018-06-04 15:38 ` [PATCH 2/7] Build source tarball before running any NITSI tests Michael Tremer
2018-06-04 15:38 ` [PATCH 3/7] Makefile: Remove any excess substitution rules Michael Tremer
2018-06-04 15:38 ` Michael Tremer [this message]
2018-06-04 15:38 ` [PATCH 5/7] Makefile: Ship virtual environment files in release tarball Michael Tremer
2018-06-04 15:38 ` [PATCH 6/7] NITSI: Automatically download required images Michael Tremer
2018-06-04 15:38 ` [PATCH 7/7] Drop README file from virtual environment Michael Tremer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180604153832.331239-4-michael.tremer@ipfire.org \
--to=michael.tremer@ipfire.org \
--cc=network@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox