Message ID | 1507557617-32018-4-git-send-email-odpbot@yandex.ru |
---|---|
State | New |
Headers | show |
Series | [v3,1/13] linux-gen: drop unused _odp_packet_cmp_data() function | expand |
diff --git a/test/common_plat/m4/validation.m4 b/test/common_plat/m4/validation.m4 index bf849aa3f..f7127c06c 100644 --- a/test/common_plat/m4/validation.m4 +++ b/test/common_plat/m4/validation.m4 @@ -23,7 +23,8 @@ AS_IF([test "x$test_vald" = "xyes" -a "x$cunit_support" = "xno"], [AC_MSG_ERROR([Validation testsuite requested, but CUnit was not found])], [test "x$test_vald" = "xcheck" -a "x$cunit_support" = "xno"], [AC_MSG_WARN([CUnit was not found, disabling validation testsuite]) - test_vald=no]) + test_vald=no], + [test_vald=yes]) AM_CONDITIONAL([cunit_support], [test "x$cunit_support" = "xyes"]) AM_CONDITIONAL([test_vald], [test "x$test_vald" = "xyes"])