Skip to content

Commit

Permalink
Bug 1043286 - Use INSTALL_TARGETS to stage C++ unit tests. r=mshal
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jul 24, 2014
1 parent 23da15d commit 1c16b44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,10 @@ INCLUDES += -I$(DIST)/include/testing
LIBS += $(NSPR_LIBS)

ifndef MOZ_PROFILE_GENERATE
libs:: $(CPP_UNIT_TESTS) $(call mkdir_deps,$(DIST)/cppunittests)
$(NSINSTALL) $(CPP_UNIT_TESTS) $(DIST)/cppunittests
CPP_UNIT_TESTS_FILES = $(CPP_UNIT_TESTS)
CPP_UNIT_TESTS_DEST = $(DIST)/cppunittests
CPP_UNIT_TESTS_TARGET = libs
INSTALL_TARGETS += CPP_UNIT_TESTS
endif

run-cppunittests::
Expand Down

0 comments on commit 1c16b44

Please sign in to comment.