1 // : vi ts=4 sw=4 noet :
3 ==================================================================================
4 Copyright (c) 2019 Nokia
5 Copyright (c) 2018-2019 AT&T Intellectual Property.
7 Licensed under the Apache License, Version 2.0 (the "License");
8 you may not use this file except in compliance with the License.
9 You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 ==================================================================================
23 Abstract: This is a stand alone test driver for the ring module. It
24 includes the static tests after setting up the environment
27 Author: E. Scott Daniels
39 #include "../src/common/include/rmr.h"
40 #include "../src/common/include/rmr_agnostic.h"
41 #include "../src/common/src/ring_static.c"
43 #include "test_support.c" // things like fail_if()
44 #include "ring_static_test.c" // the actual tests
49 errors += ring_test( );
52 fprintf( stderr, "<FAIL> ring tests failed\n" );
54 fprintf( stderr, "<OK> ring tests pass\n" );