diff --git a/lib/common/tests/scores/Makefile.am b/lib/common/tests/scores/Makefile.am index 850d63fce6..6cd105f5f4 100644 --- a/lib/common/tests/scores/Makefile.am +++ b/lib/common/tests/scores/Makefile.am @@ -1,24 +1,24 @@ # # Copyright 2020-2022 the Pacemaker project contributors # # The version control history for this file may have further details. # # This source code is licensed under the GNU General Public License version 2 # or later (GPLv2+) WITHOUT ANY WARRANTY. # AM_CPPFLAGS = -I$(top_srcdir)/include \ -I$(top_builddir)/include \ -I$(top_srcdir)/lib/common LDADD = $(top_builddir)/lib/common/libcrmcommon_test.la AM_LDFLAGS = $(LDFLAGS_WRAP) include $(top_srcdir)/mk/tap.mk # Add "_test" to the end of all test program names to simplify .gitignore. -check_PROGRAMS = \ - char2score_test \ - pcmk__add_scores_test \ - score2char_stack_test +check_PROGRAMS = \ + char2score_test \ + pcmk__add_scores_test \ + pcmk_readable_score_test TESTS = $(check_PROGRAMS) diff --git a/lib/common/tests/scores/score2char_stack_test.c b/lib/common/tests/scores/pcmk_readable_score_test.c similarity index 100% rename from lib/common/tests/scores/score2char_stack_test.c rename to lib/common/tests/scores/pcmk_readable_score_test.c