Sign in
third-party-mirror
/
mpfr
/
884ee37d01f2d783789bcc40e848a79e88556452
/
.
/
v3_1_6
/
google-mpfr-presence_test.cc
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
());
}