From: Johann Date: Wed, 8 Jan 2014 23:45:14 +0000 (-0800) Subject: Install test sources for MSVS X-Git-Tag: v1.4.0~2721^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0239f1148245f4666784621790236377c951dfb7;p=libvpx Install test sources for MSVS Move the code outside the conditions. The test sources themselves are also required for Visual Studio. Change-Id: Id5e93ebc7369e1807eba0b9dc4f7d0f18033d794 --- diff --git a/libs.mk b/libs.mk index 8340eeebe..77840a456 100644 --- a/libs.mk +++ b/libs.mk @@ -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