Skip to content

Commit

Permalink
add test to Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jul 27, 2020
1 parent 5e2a76f commit ca3b8c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/cunit/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 \
test_darray_fill test_decomp_frame test_perf2 test_async_perf \
test_darray_vard test_async_1d
test_darray_vard test_async_1d test_darray_append

if RUN_TESTS
# Tests will run from a bash script.
Expand All @@ -41,6 +41,7 @@ test_pioc_unlim_SOURCES = test_pioc_unlim.c test_common.c test_shared.c pio_test
test_pioc_putget_SOURCES = test_pioc_putget.c test_common.c test_shared.c pio_tests.h
test_pioc_fill_SOURCES = test_pioc_fill.c test_common.c test_shared.c pio_tests.h
test_darray_SOURCES = test_darray.c test_common.c pio_tests.h
test_darray_append_SOURCES = test_darray_append.c test_common.c pio_tests.h
test_darray_multi_SOURCES = test_darray_multi.c test_common.c pio_tests.h
test_darray_multivar_SOURCES = test_darray_multivar.c test_common.c pio_tests.h
test_darray_multivar2_SOURCES = test_darray_multivar2.c test_common.c pio_tests.h
Expand Down
2 changes: 1 addition & 1 deletion tests/cunit/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PIO_TESTS='test_intercomm2 test_async_mpi test_spmd test_rearr test_async_simple
'test_darray_multivar test_darray_multivar2 test_darray_multivar3 test_darray_1d '\
'test_darray_3d test_decomp_uneven test_decomps test_darray_async_simple '\
'test_darray_async test_darray_async_many test_darray_2sync test_async_multicomp '\
'test_darray_fill test_darray_vard test_async_1d'
'test_darray_fill test_darray_vard test_async_1d test_darray_append'

success1=true
success2=true
Expand Down

0 comments on commit ca3b8c2

Please sign in to comment.