Generate .go files for the tests
I think this might help with getting relevant stack traces.
This commit is contained in:
parent
cb353d2c82
commit
0a5b8e585a
1 changed files with 3 additions and 1 deletions
4
guile.am
4
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_mod_DATA = $(SOURCES) $(NOCOMP_SOURCES)
|
||||||
nobase_go_DATA = $(GOBJECTS)
|
nobase_go_DATA = $(GOBJECTS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue