Commit 823a7b18 authored by Navid Nikaein's avatar Navid Nikaein

add option PERFECT_CE=1 to dlsim compilcation

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6344 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent fbfad127
......@@ -139,7 +139,7 @@ def execute(oai, user, pw, host, logfile,logdir,debug):
diag = 'check the compilation errors for dlsim in $OPENAIR1_DIR/SIMULATION/LTE_PHY'
oai.send('make clean;')
oai.send('rm -f ./dlsim.rel8.'+host)
oai.send_expect_false('make dlsim -j4' + tee, makerr1, 1500)
oai.send_expect_false('make dlsim -j4 PERFECT_CE=1' + tee, makerr1, 1500)
oai.send('cp ./dlsim ./dlsim.rel8.'+host)
except log.err, e:
log.fail(case, test, name, conf, e.value, diag, logfile,trace)
......
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