Kaydet (Commit) e5c55a6f authored tarafından Michael Stahl's avatar Michael Stahl

shell: rename CppunitTest to the same name as the makefile

Change-Id: I3d1ef0573a460a3101cb8c9afd30162397d8012c
üst b8793748
......@@ -7,31 +7,31 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
$(eval $(call gb_CppunitTest_CppunitTest,zip))
$(eval $(call gb_CppunitTest_CppunitTest,shell_zip))
$(eval $(call gb_CppunitTest_add_exception_objects,zip, \
$(eval $(call gb_CppunitTest_add_exception_objects,shell_zip, \
shell/qa/zip/testzipimpl \
shell/qa/zip/ziptest \
))
$(eval $(call gb_CppunitTest_set_include,zip,\
$(eval $(call gb_CppunitTest_set_include,shell_zip,\
-I$(SRCDIR)/shell/inc \
$$(INCLUDE) \
))
$(eval $(call gb_CppunitTest_use_externals,zip,\
$(eval $(call gb_CppunitTest_use_externals,shell_zip,\
expat \
zlib \
))
$(eval $(call gb_CppunitTest_use_system_win32_libs,zip, \
$(eval $(call gb_CppunitTest_use_system_win32_libs,shell_zip, \
ole32 \
kernel32 \
msvcprt \
))
$(eval $(call gb_CppunitTest_use_static_libraries,zip,\
$(eval $(call gb_CppunitTest_use_static_libraries,shell_zip,\
shell_xmlparser \
shlxthandler_common \
))
......
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