Generate .go files for the tests

I think this might help with getting relevant stack traces.
This commit is contained in:
Christopher Baines 2020-02-27 21:11:45 +00:00
parent cb353d2c82
commit 0a5b8e585a
1 changed files with 3 additions and 1 deletions

View File

@ -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)