From a8905ee10215c564d88feeec4c1cc9e22616017c Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Wed, 10 Apr 2019 07:02:51 -0600 Subject: [PATCH] more work on pioperformance --- tests/performance/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/performance/Makefile.am b/tests/performance/Makefile.am index d5a4e36402c..1a4641a2f87 100644 --- a/tests/performance/Makefile.am +++ b/tests/performance/Makefile.am @@ -23,9 +23,9 @@ AM_CPPFLAGS += -I$(top_builddir)/src/gptl AM_CPPFLAGS += -I$(top_builddir)/tests/general # Build the test for make check. -check_PROGRAMS = pioperformance +check_PROGRAMS = pioperf -pioperformance_SOURCES = pioperformance.F90 +pioperf_SOURCES = pioperformance.F90 # Tests will run from a bash script. #TESTS = run_tests.sh