Skip to content

Commit

Permalink
commit tests basic turns off fastmath since default now
Browse files Browse the repository at this point in the history
  • Loading branch information
toddouska committed Apr 19, 2013
1 parent 24ec09e commit b5ac92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit-tests.sh
Expand Up @@ -12,7 +12,7 @@ RESULT=$?

# make sure basic config is ok
echo -e "\n\nTesting basic config too...\n\n"
./configure;
./configure --disable-fastmath;
RESULT=$?
[ $RESULT -ne 0 ] && echo -e "\n\nBasic config ./configure failed" && exit 1

Expand Down

0 comments on commit b5ac92b

Please sign in to comment.