Tagged Questions
2
votes
1answer
183 views
How to build unit tests in Guile, which output to the TAP standard?
I would like to have a Guile script, which implements functions, which output test result messages according to the TAP protocol.
1
vote
1answer
113 views
How to run TAP::Harness tests written in Guile?
The usual approach of
test:
$(PERL) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '$(INCDIRS)')" $(TEST_FILES)
fails to run Guile scripts, because it passes to Guile the extra ...