Skip to content

Commit ba359df

Browse files
committed
Run clojure-test-suite in CI
Signed-off-by: James Hamlin <jfhamlin@gmail.com>
1 parent 72504fa commit ba359df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ $(TEST_TARGETS): gocmd $(GLJ)
9595

9696
.PHONY: test
9797
test: $(TEST_TARGETS) # vet - vet is disabled until we fix errors in generated code
98+
@cd test/clojure-test-suite && \
99+
../../$(GLJ) test-glojure.glj --expect-failures 38 --expect-errors 151 2>/dev/null
98100

99101
.PHONY: format
100102
format:

test/clojure-test-suite

0 commit comments

Comments
 (0)