summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-01-01 00:00:00 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:24 +0200
commit005555f26adc87d4fc523c3b8e5e7cb7de5caae8 (patch)
tree85c1cc8e43d86b9597286297209ad758fed713cd /tests
parentf21c489839b4bfc7ce34657566bd1f7b4cd5c188 (diff)
Set up tests
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am9
-rw-r--r--tests/load-library.scm1
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..1e4b2df
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,9 @@
+TESTS = %reldir%/load-library.scm
+
+EXTRA_DIST += $(TESTS)
+
+TEST_EXTENSIONS = .scm
+
+AM_TESTS_ENVIRONMENT = $(top_builddir)/pre-inst-env
+SCM_LOG_COMPILER = $(GUILE)
+AM_SCM_LOG_FLAGS = --no-auto-compile -s
diff --git a/tests/load-library.scm b/tests/load-library.scm
new file mode 100644
index 0000000..196e273
--- /dev/null
+++ b/tests/load-library.scm
@@ -0,0 +1 @@
+(use-modules (webid-oidc))