From de271aab8b5f4c574c76c8f119e8819f1764cb79 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt <mikael@djurfeldt.com> Date: Wed, 4 Dec 2019 02:08:19 +0100 Subject: [PATCH] Renamed music_tests.sh to music_tests --- Makefile.am | 2 +- configure.ac | 2 +- testsuite/{music_tests.sh.in => music_tests.in} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename testsuite/{music_tests.sh.in => music_tests.in} (100%) diff --git a/Makefile.am b/Makefile.am index d4aa5b7..ff55359 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = BUGS # rm $(distdir)/TODO installcheck-local: if LAUNCHSTYLE_SET - /bin/sh $(DESTDIR)$(bindir)/music_tests.sh + /bin/sh $(DESTDIR)$(bindir)/music_tests else @echo "checkinstall target is supported only when compiled with openMPI or MPICH libraries." @exit 1 diff --git a/configure.ac b/configure.ac index 08d2613..bed0289 100644 --- a/configure.ac +++ b/configure.ac @@ -412,7 +412,7 @@ AC_CONFIG_FILES([ utils/Makefile examples/Makefile testsuite/Makefile - testsuite/music_tests.sh + testsuite/music_tests testsuite/unittests/catch/Makefile testsuite/sanitytests/Makefile music-config/Makefile diff --git a/testsuite/music_tests.sh.in b/testsuite/music_tests.in similarity index 100% rename from testsuite/music_tests.sh.in rename to testsuite/music_tests.in -- GitLab