From b77dad0d8b8abcb87d92c61023d9e2e90cc78b11 Mon Sep 17 00:00:00 2001 From: Ed Hartnett Date: Tue, 26 Mar 2019 11:20:35 -0600 Subject: [PATCH] fixing use of tests/unit/input.nl with distcheck --- tests/unit/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index ea385ad4874..e6b65a63e0a 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -28,7 +28,7 @@ libbasic_tests_la_SOURCES = basic_tests.F90 TESTS = run_tests.sh # Distribute the test script. -EXTRA_DIST = CMakeLists.txt run_tests.sh +EXTRA_DIST = CMakeLists.txt run_tests.sh input.nl # Clean up files produced during testing. CLEANFILES = *.nc *.log