Skip to content
Snippets Groups Projects
Commit 78e1145f authored by Kai Blin's avatar Kai Blin Committed by Alexandre Julliard
Browse files

Add secur32.dll tests to winetest.

parent 4663d5d1
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ TESTBINS = \
rpcrt4_test.exe$(DLLEXT) \
rsabase_test.exe$(DLLEXT) \
rsaenh_test.exe$(DLLEXT) \
secur32_test.exe$(DLLEXT) \
shell32_test.exe$(DLLEXT) \
shlwapi_test.exe$(DLLEXT) \
urlmon_test.exe$(DLLEXT) \
......@@ -146,6 +147,8 @@ rsabase_test.exe$(DLLEXT): $(DLLDIR)/rsabase/tests/rsabase_test.exe$(DLLEXT)
cp $(DLLDIR)/rsabase/tests/rsabase_test.exe$(DLLEXT) $@ && $(STRIP) $@
rsaenh_test.exe$(DLLEXT): $(DLLDIR)/rsaenh/tests/rsaenh_test.exe$(DLLEXT)
cp $(DLLDIR)/rsaenh/tests/rsaenh_test.exe$(DLLEXT) $@ && $(STRIP) $@
secur32_test.exe$(DLLEXT): $(DLLDIR)/secur32/tests/secur32_test.exe$(DLLEXT)
cp $(DLLDIR)/secur32/tests/secur32_test.exe$(DLLEXT) $@ && $(STRIP) $@
shell32_test.exe$(DLLEXT): $(DLLDIR)/shell32/tests/shell32_test.exe$(DLLEXT)
cp $(DLLDIR)/shell32/tests/shell32_test.exe$(DLLEXT) $@ && $(STRIP) $@
shlwapi_test.exe$(DLLEXT): $(DLLDIR)/shlwapi/tests/shlwapi_test.exe$(DLLEXT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment