Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
67ad03ac
Commit
67ad03ac
authored
Jan 08, 2014
by
Johann
Committed by
Gerrit Code Review
Jan 08, 2014
Browse files
Merge "Install test sources for MSVS"
parents
feaad4f1
0239f114
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs.mk
View file @
67ad03ac
...
...
@@ -471,11 +471,6 @@ $(LIBVPX_TEST_OBJS) $(LIBVPX_TEST_OBJS:.o=.d): CXXFLAGS += -I$(SRC_PATH_BARE)/th
OBJS-$(BUILD_LIBVPX)
+=
$(LIBVPX_TEST_OBJS)
BINS-$(BUILD_LIBVPX)
+=
$(LIBVPX_TEST_BINS)
# Install test sources only if codec source is included
INSTALL-SRCS-$(CONFIG_CODEC_SRCS)
+=
$(
patsubst
$(SRC_PATH_BARE)
/%,%,
\
$(
shell
find
$(SRC_PATH_BARE)
/third_party/googletest
-type
f
))
INSTALL-SRCS-$(CONFIG_CODEC_SRCS)
+=
$(LIBVPX_TEST_SRCS)
CODEC_LIB
=
$(
if
$(CONFIG_DEBUG_LIBS)
,vpx_g,vpx
)
CODEC_LIB_SUF
=
$(
if
$(CONFIG_SHARED)
,.so,.a
)
$(foreach
bin,$(LIBVPX_TEST_BINS),\
...
...
@@ -489,6 +484,11 @@ $(foreach bin,$(LIBVPX_TEST_BINS),\
endif
# Install test sources only if codec source is included
INSTALL-SRCS-$(CONFIG_CODEC_SRCS)
+=
$(
patsubst
$(SRC_PATH_BARE)
/%,%,
\
$(
shell
find
$(SRC_PATH_BARE)
/third_party/googletest
-type
f
))
INSTALL-SRCS-$(CONFIG_CODEC_SRCS)
+=
$(LIBVPX_TEST_SRCS)
define
test_shard_template
test
::
test_shard.$(1)
test_shard.$(1)
:
$(LIBVPX_TEST_BINS) testdata
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment