Commit 4aa29f8e authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

#3752 run cilkscreen tests on icc builds refs[t:3752]

git-svn-id: file:///svn/toku/tokudb@33696 c7de825b-a66e-492c-adef-691d508d4ae1
parent b315db14
......@@ -220,7 +220,9 @@ function build() {
# cilk tests
if [ 0 = 1 ] ; then
runcmd 0 $productbuilddir/newbrt/tests make cilkscreen_brtloader DEBUG=1 BRTLOADER=cilk -s SUMMARIZE=1 >>$tracefile 2>&1
runcmd 0 $productbuilddir make clean >>$tracefile 2>&1
runcmd 0 $productbuilddir make release CC=icc DEBUG=1 >>$tracefile 2>&1
runcmd 0 $productbuilddir/newbrt/tests make cilkscreen_brtloader -k -s SUMMARIZE=1 CC=icc DEBUG=1 >>$tracefile 2>&1
fi
# cxx
......
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