mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-23 00:47:13 +02:00
Integrate MaxmindDB module.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
#include "maxminddb_test_helper.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
const char *version = MMDB_lib_version();
|
||||
if (ok((version != NULL), "MMDB_lib_version exists")) {
|
||||
is(version, PACKAGE_VERSION, "version is " PACKAGE_VERSION);
|
||||
}
|
||||
done_testing();
|
||||
}
|
||||
Reference in New Issue
Block a user