blob: 286ba0a703dea00b73877be76120b14f7c7aef6a [file] [log] [blame]
// Tests mpfr-3.1.6 presence and version
#include <string>
#include "testing/base/public/gunit.h"
extern "C" const char* google_mpfr();
TEST(Mpfr, Presence) {
ASSERT_EQ(std::string("3.1.6"), google_mpfr());
}