Skip to content

Commit

Permalink
getting fortran tests working
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent b5054f6 commit f6b85f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## This is the automake file for building the Fortran general tests
## for the PIO library.

# Ed Hartnett 3/22/19
# Ed Hartnett 3/25/19

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am

# # Build the test for make check.
# check_PROGRAMS = pio_unit_test_driver
# Build the test for make check.
#check_PROGRAMS = pio_unit_test_driver
# pio_unit_test_driver_SOURCES = driver.F90
# pio_unit_test_driver_LDADD = libglobal_vars.la libncdf_tests.la \
# libbasic_tests.la ${top_builddir}/src/flib/libpiof.la ${top_builddir}/src/clib/libpio.la
Expand Down

0 comments on commit f6b85f6

Please sign in to comment.