Skip to content

Commit bb87164

Browse files
SebastianBor Grošelj Simić
Sebastian
authored and
Bor Grošelj Simić
committed
set TDENV when running tests
Fixes tests which import testmod Signed-off-by: Sebastian <[email protected]>
1 parent e1c1f7b commit bb87164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ clean:
103103
@rm -rf -- $(HARECACHE) $(BINOUT) $(harec_objects) $(tests)
104104

105105
check: $(BINOUT)/harec $(tests)
106-
@./tests/run
106+
@$(TDENV) ./tests/run
107107

108108
install: $(BINOUT)/harec
109109
install -Dm755 $(BINOUT)/harec $(DESTDIR)$(BINDIR)/harec

0 commit comments

Comments
 (0)