summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/abiTest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/abiTest.c b/tests/abiTest.c
index 91e4e79..e46004a 100644
--- a/tests/abiTest.c
+++ b/tests/abiTest.c
@@ -202,6 +202,7 @@ int main(int argCount, const char** argv)
{
const char* const exeName = argv[0];
int argNb = 1;
+ // Note : LZ4_VERSION_STRING requires >= v1.7.3+
MSG("abiTest, built binary based on API %s \n", LZ4_VERSION_STRING);
// Note : LZ4_versionString() requires >= v1.7.5+
MSG("currently linked to dll %s \n", LZ4_versionString());