Skip to content

Commit

Permalink
fixed problem with test_intercomm2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jan 8, 2018
1 parent 3e04656 commit c9b16c0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
23 changes: 11 additions & 12 deletions tests/cunit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,16 @@ AM_CPPFLAGS = -I$(top_srcdir)/src/clib


# Build the tests for make check.
#test_intercomm2
check_PROGRAMS = test_async_mpi test_spmd test_async_simple \
test_async_3proc test_async_4proc test_iosystem2_simple \
test_iosystem2_simple2 test_iosystem2 test_iosystem3_simple \
test_iosystem3_simple2 test_iosystem3 test_pioc test_pioc_unlim \
test_pioc_putget test_pioc_fill test_darray test_darray_multi \
test_darray_multivar test_darray_multivar2 test_darray_multivar3 \
test_darray_1d test_darray_3d test_decomp_uneven test_decomps \
test_rearr test_darray_async_simple test_darray_async \
test_darray_async_many test_darray_2sync test_async_multicomp \
test_async_multi2 test_async_manyproc
check_PROGRAMS = test_intercomm2 test_async_mpi test_spmd \
test_async_simple test_async_3proc test_async_4proc \
test_iosystem2_simple test_iosystem2_simple2 test_iosystem2 \
test_iosystem3_simple test_iosystem3_simple2 test_iosystem3 test_pioc \
test_pioc_unlim test_pioc_putget test_pioc_fill test_darray \
test_darray_multi test_darray_multivar test_darray_multivar2 \
test_darray_multivar3 test_darray_1d test_darray_3d \
test_decomp_uneven test_decomps test_rearr test_darray_async_simple \
test_darray_async test_darray_async_many test_darray_2sync \
test_async_multicomp test_async_multi2 test_async_manyproc

# Tests will run from a bash script.
TESTS = run_tests.sh
Expand All @@ -37,7 +36,7 @@ TESTS = run_tests.sh
# test_async_multicomp test_async_multi2 test_async_manyproc

# Source code for each test.
#test_intercomm2_SOURCES = test_intercomm2.c test_common.c pio_tests.h
test_intercomm2_SOURCES = test_intercomm2.c test_common.c pio_tests.h
test_async_simple_SOURCES = test_async_simple.c test_common.c pio_tests.h
test_async_4proc_SOURCES = test_async_4proc.c test_common.c pio_tests.h
test_iosystem2_simple_SOURCES = test_iosystem2_simple.c test_common.c pio_tests.h
Expand Down
3 changes: 1 addition & 2 deletions tests/cunit/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ trap exit SIGINT SIGTERM

printf 'running PIO tests...\n'

# test_intercomm2
PIO_TESTS='test_async_mpi test_spmd test_rearr test_async_simple '\
PIO_TESTS='test_intercomm2 test_async_mpi test_spmd test_rearr test_async_simple '\
'test_async_3proc test_async_4proc test_iosystem2_simple test_iosystem2_simple2 '\
'test_iosystem2 test_iosystem3_simple test_iosystem3_simple2 test_iosystem3 test_pioc '\
'test_pioc_unlim test_pioc_putget test_pioc_fill test_darray test_darray_multi '\
Expand Down
1 change: 1 addition & 0 deletions tests/cunit/test_intercomm2.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* @author Ed Hartnett
*
*/
#include <config.h>
#include <pio.h>
#include <pio_tests.h>
#include <pio_internal.h>
Expand Down

0 comments on commit c9b16c0

Please sign in to comment.