summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2020-11-25 09:29:38 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2020-11-25 09:29:38 +0900
commit60a1d48a4afdb139caa9936895b3f1833d6a7926 (patch)
tree246fa12174d48ea3fc37e00fad4bbb2fe545b836 /Makefile.am
parent025d51a54e3b1ed50caa48e3799d84270c5adf70 (diff)
wip35
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 33ca8b7..e17dad2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,10 +41,14 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
bin_SCRIPTS =
-SOURCES = \
- vikalpa.scm
+SOURCES = \
+ vikalpa.scm \
+ vikalpa/prelude.scm \
+ vikalpa/the-little-prover.scm
-TESTS =
+
+TESTS = \
+ tests/test-vikalpa.scm
TEST_EXTENSIONS = .scm