aboutsummaryrefslogtreecommitdiff
path: root/guile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-02-27 21:11:45 +0000
committerChristopher Baines <mail@cbaines.net>2020-02-27 21:11:45 +0000
commit0a5b8e585a161ae87d390036156226b9afb9808c (patch)
tree60c554cf125d65ba91ef9352bc99711c7f63cbab /guile.am
parentcb353d2c82af29b23b43790daa265da37ac66060 (diff)
downloaddata-service-0a5b8e585a161ae87d390036156226b9afb9808c.tar
data-service-0a5b8e585a161ae87d390036156226b9afb9808c.tar.gz
Generate .go files for the tests
I think this might help with getting relevant stack traces.
Diffstat (limited to 'guile.am')
-rw-r--r--guile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/guile.am b/guile.am
index c89d935..57062bd 100644
--- a/guile.am
+++ b/guile.am
@@ -1,4 +1,6 @@
-GOBJECTS = $(SOURCES:%.scm=%.go)
+ALL_SOURCES = $(SOURCES) $(TESTS)
+
+GOBJECTS = $(ALL_SOURCES:%.scm=%.go)
nobase_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)
nobase_go_DATA = $(GOBJECTS)