Skip to content

Commit

Permalink
Integrate dltest/memorymoduletest.zip building in win/Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Dec 1, 2024
1 parent 00f5cb7 commit 15328b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion win/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -1027,11 +1027,14 @@ install-private-headers: libraries

test: test-tcl test-packages

test-tcl: tcltest
test-tcl: tcltest dltest/memorymoduletest.zip
TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
$(WINE) ./$(TCLSH) "$(ROOT_DIR_NATIVE)/tests/all.tcl" $(TESTFLAGS) \
-load "$(TEST_LOAD_FACILITIES)"

dltest/memorymoduletest.zip:
( cd dltest; make; )

# Useful target to launch a built tclsh with the proper path,...
runtest: tcltest
@TCL_LIBRARY="$(LIBRARY_DIR)"; export TCL_LIBRARY; \
Expand Down

0 comments on commit 15328b6

Please sign in to comment.