Include crypt32 tests into winetest.
This commit is contained in:
parent
f8b2561488
commit
332215f19a
|
@ -22,6 +22,7 @@ TESTBINS = \
|
|||
advpack_test.exe$(DLLEXT) \
|
||||
advapi32_test.exe$(DLLEXT) \
|
||||
comctl32_test.exe$(DLLEXT) \
|
||||
crypt32_test.exe$(DLLEXT) \
|
||||
ddraw_test.exe$(DLLEXT) \
|
||||
dinput_test.exe$(DLLEXT) \
|
||||
dsound_test.exe$(DLLEXT) \
|
||||
|
@ -94,6 +95,8 @@ advapi32_test.exe$(DLLEXT): $(DLLDIR)/advapi32/tests/advapi32_test.exe$(DLLEXT)
|
|||
cp $(DLLDIR)/advapi32/tests/advapi32_test.exe$(DLLEXT) $@ && $(STRIP) $@
|
||||
comctl32_test.exe$(DLLEXT): $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT)
|
||||
cp $(DLLDIR)/comctl32/tests/comctl32_test.exe$(DLLEXT) $@ && $(STRIP) $@
|
||||
crypt32_test.exe$(DLLEXT): $(DLLDIR)/crypt32/tests/crypt32_test.exe$(DLLEXT)
|
||||
cp $(DLLDIR)/crypt32/tests/crypt32_test.exe$(DLLEXT) $@ && $(STRIP) $@
|
||||
ddraw_test.exe$(DLLEXT): $(DLLDIR)/ddraw/tests/ddraw_test.exe$(DLLEXT)
|
||||
cp $(DLLDIR)/ddraw/tests/ddraw_test.exe$(DLLEXT) $@ && $(STRIP) $@
|
||||
dinput_test.exe$(DLLEXT): $(DLLDIR)/dinput/tests/dinput_test.exe$(DLLEXT)
|
||||
|
|
Loading…
Reference in New Issue