Commit 29b6011b authored by Robert Schmidt's avatar Robert Schmidt

Remove build_oai option for core simulators: they don't compile

parent 3b7d6377
...@@ -300,10 +300,6 @@ function main() { ...@@ -300,10 +300,6 @@ function main() {
SIMUS_PHY=1 SIMUS_PHY=1
echo_info "Will compile dlsim, ulsim, ..." echo_info "Will compile dlsim, ulsim, ..."
shift;; shift;;
-S | --core_simulators)
SIMUS_CORE=1
echo_info "Will compile security unitary tests"
shift;;
-s | --check) -s | --check)
OAI_TEST=1 OAI_TEST=1
echo_info "Will run auto-tests" echo_info "Will run auto-tests"
...@@ -622,17 +618,6 @@ function main() { ...@@ -622,17 +618,6 @@ function main() {
compilations $BUILD_DIR coding compilations $BUILD_DIR coding
fi fi
###################
# Core simulators #
###################
if [ "$SIMUS_CORE" = "1" ] ; then
echo_info "Compiling security unitary tests simulators"
simlist="secu_knas_encrypt_eia1 secu_kenb aes128_ctr_encrypt aes128_ctr_decrypt secu_knas_encrypt_eea2 secu_knas secu_knas_encrypt_eea1 kdf aes128_cmac_encrypt secu_knas_encrypt_eia2"
for f in $simlist ; do
compilations $BUILD_DIR test_$f
done
fi
###################### ######################
# Optional libraries # # Optional libraries #
###################### ######################
......
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