summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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))