1 /* 2 * Copyright (c) 2015 Intel, Inc. All rights reserved. 3 * $COPYRIGHT$ 4 * 5 * Additional copyrights may follow 6 * 7 * $HEADER$ 8 * 9 */ 10 11 #include <src/include/pmix_config.h> 12 #include <pmix.h> 13 14 #include "test_common.h" 15 16 int test_error(char *my_nspace, int my_rank, test_params params);