Skip to content

Commit

Permalink
more fortran tests in autotools build
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent 654bcb7 commit e8b3350
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ AM_CPPFLAGS += -I${top_builddir}/tests/general/util
SRCDIRS = util

# Build the test for make check.
check_PROGRAMS = pio_init_finalize #pio_file_simple_tests
check_PROGRAMS = pio_init_finalize pio_file_simple_tests \
pio_file_fail ncdf_simple_tests
pio_init_finalize_SOURCES = pio_init_finalize.F90
# pio_init_finalize_LDADD = util/libpio_tutil.la \
# ${top_builddir}/src/flib/libpiof.la \
# ${top_builddir}/src/clib/libpio.la


pio_file_simple_tests_SOURCES = pio_file_simple_tests.F90
pio_file_fail_SOURCES = pio_file_fail.F90
ncdf_simple_tests_SOURCES = ncdf_simple_tests.F90

# Tests will run from a bash script.
TESTS = run_tests.sh
Expand Down
3 changes: 2 additions & 1 deletion tests/general/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ trap exit INT TERM

printf 'running PIO tests...\n'

PIO_TESTS='pio_init_finalize pio_file_simple_tests'
PIO_TESTS='pio_init_finalize pio_file_simple_tests pio_file_fail '\
'ncdf_simple_tests'

success1=true
for TEST in $PIO_TESTS
Expand Down

0 comments on commit e8b3350

Please sign in to comment.