forked from wolfSSL/wolfssl
commit tests basic turns off fastmath since default now
This commit is contained in:
@ -12,7 +12,7 @@ RESULT=$?
|
|||||||
|
|
||||||
# make sure basic config is ok
|
# make sure basic config is ok
|
||||||
echo -e "\n\nTesting basic config too...\n\n"
|
echo -e "\n\nTesting basic config too...\n\n"
|
||||||
./configure;
|
./configure --disable-fastmath;
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1
|
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user