Beef up unit tests for SI95 code
[ric-plt/lib/rmr.git] / test / rt_static_test.c
index 3bdd312..6973a79 100644 (file)
@@ -2,8 +2,8 @@
 // : vi ts=4 sw=4 noet :
 /*
 ==================================================================================
-           Copyright (c) 2019 Nokia
-           Copyright (c) 2018-2019 AT&T Intellectual Property.
+           Copyright (c) 2019-2021 Nokia
+           Copyright (c) 2018-2021 AT&T Intellectual Property.
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -714,5 +714,5 @@ static int rt_test( ) {
        // ------ specific edge case tests -------------------------------------------------------------------------------
        errors += lg_clone_test( );
 
-       return !!errors;                        // 1 or 0 regardless of count
+       return errors;                  // 1 or 0 regardless of count
 }