diff --git a/src/clib/pioc_support.c b/src/clib/pioc_support.c index 202b7b51996..849e6f61e5e 100644 --- a/src/clib/pioc_support.c +++ b/src/clib/pioc_support.c @@ -42,6 +42,8 @@ extern int pio_next_ncid; /** The default error handler used when iosystem cannot be located. */ extern int default_error_handler; +/** This prototype from netCDF is required for netCDF integration to + * work. */ int nc4_file_change_ncid(int ncid, unsigned short new_ncid_index); /** diff --git a/tests/fncint/Makefile.am b/tests/fncint/Makefile.am index 5039e4a8098..f45c1ca5810 100644 --- a/tests/fncint/Makefile.am +++ b/tests/fncint/Makefile.am @@ -23,10 +23,10 @@ check_PROGRAMS = ftst_pio ftst_pio_orig tst_c_pio ftst_pio_SOURCES = ftst_pio.f90 ftst_pio_orig_SOURCES = ftst_pio_orig.f90 -# if RUN_TESTS -# # Tests will run from a bash script. -# TESTS = run_tests.sh -# endif # RUN_TESTS +if RUN_TESTS +# Tests will run from a bash script. +TESTS = run_tests.sh +endif # RUN_TESTS # Distribute the test script. EXTRA_DIST = run_tests.sh