Commit 4b9cc868 authored by Alexandre Julliard's avatar Alexandre Julliard

Added dependency on program symlink for unit tests.

parent f5aad769
......@@ -49,7 +49,7 @@ checklink:: $(MODULE).so
# Rules for testing
$(TESTRESULTS): $(MODULE)$(DLLEXT)
$(TESTRESULTS): $(MODULE)$(DLLEXT) $(BASEMODULE)$(EXEEXT)
# Rules for installation
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment