Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/tbb/files: tbb-3.0.104-tests.patch
Date: Fri, 05 Nov 2010 19:51:39
Message-Id: 20101105195131.9B5D520051@flycatcher.gentoo.org
1 bicatali 10/11/05 19:51:31
2
3 Added: tbb-3.0.104-tests.patch
4 Log:
5 Version bump. Thanks Matt Michalowski, bug #342675.
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-cpp/tbb/files/tbb-3.0.104-tests.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/files/tbb-3.0.104-tests.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/tbb/files/tbb-3.0.104-tests.patch?rev=1.1&content-type=text/plain
14
15 Index: tbb-3.0.104-tests.patch
16 ===================================================================
17 --- build/Makefile.test.orig 2010-10-26 10:22:22.058506834 +1100
18 +++ build/Makefile.test 2010-10-26 10:22:38.370427924 +1100
19 @@ -159,7 +159,7 @@
20 # If a component Y uses component X, then tests for Y should come after tests for X.
21 # Note that usually run_cmd is empty, and tests run directly
22 test_tbb_plain: $(TEST_PREREQUISITE) $(TASK_CPP_DIRECTLY_INCLUDED) $(TEST_TBB_PLAIN.EXE)
23 - $(run_cmd) ./test_tbb_version.$(TEST_EXT) $(args)
24 + #$(run_cmd) ./test_tbb_version.$(TEST_EXT) $(args)
25 # Checking TBB version first to make sure the following testing has anything in it
26 $(run_cmd) ./test_assembly.$(TEST_EXT) $(args)
27 $(run_cmd) ./test_atomic.$(TEST_EXT) $(args)