Skip to content

Commit

Permalink
more work on fortran tests in autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Mar 25, 2019
1 parent 112804c commit 00524dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,6 @@ AC_OUTPUT(Makefile
tests/cunit/Makefile
tests/unit/Makefile
tests/general/Makefile
tests/general/util/Makefile
examples/Makefile
examples/c/Makefile)
2 changes: 2 additions & 0 deletions tests/general/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am

SRCDIRS = util

# Build the test for make check.
# check_PROGRAMS = pio_init_finalize
# pio_init_finalize_SOURCES = pio_init_finalize.F90 util/pio_tutil.F90
Expand Down

0 comments on commit 00524dc

Please sign in to comment.