From 6f162676864f6972c302ecab71e44149fa039551 Mon Sep 17 00:00:00 2001 From: Oskar <> Date: Fri, 22 Mar 2024 13:53:00 +0100 Subject: vcpm tested, seems OK --- test/validate_check_p_m.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'test/validate_check_p_m.c') diff --git a/test/validate_check_p_m.c b/test/validate_check_p_m.c index 8809f9a..5a4c135 100644 --- a/test/validate_check_p_m.c +++ b/test/validate_check_p_m.c @@ -18,6 +18,13 @@ int main () { int ret = validate_check_p_m(smode_buf); + if(ret == _NA) { + printf("NA\n"); + } + if(ret == _PLUS_CONTINUE) { + printf("plus continue\n"); + } + if(ret == _INVALID) { printf("?\n"); } -- cgit v1.2.3