From 3a903a31385127925493c14921a89188fa553037 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Sat, 10 Mar 2018 23:20:17 +0200 Subject: [PATCH] Rename autotools test executables as well --- test/unicode-conformance/Makefile.am | 6 +++--- test/unicode-conformance/run.tests | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/unicode-conformance/Makefile.am b/test/unicode-conformance/Makefile.am index 5d4dadd..e6fa96b 100644 --- a/test/unicode-conformance/Makefile.am +++ b/test/unicode-conformance/Makefile.am @@ -21,11 +21,11 @@ AM_CPPFLAGS = \ $(GLIB_CFLAGS) LDADD = $(top_builddir)/lib/libfribidi.la $(GLIB_LIBS) -check_PROGRAMS = test test-character +check_PROGRAMS = BidiTest BidiCharacterTest TESTS = $(TEST_DATAS) -test_SOURCES = BidiTest.c -test_character_SOURCES = BidiCharacterTest.c +BidiTest_SOURCES = BidiTest.c +BidiCharacterTest_SOURCES = BidiCharacterTest.c EXTRA_DIST = \ run.tests \ diff --git a/test/unicode-conformance/run.tests b/test/unicode-conformance/run.tests index 13dcfa3..110bc1f 100755 --- a/test/unicode-conformance/run.tests +++ b/test/unicode-conformance/run.tests @@ -4,8 +4,8 @@ test "x$srcdir" = x && srcdir=. test "x$builddir" = x && builddir=. test "x$top_builddir" = x && top_builddir=../.. -test_bidi="$builddir/test$EXEEXT" -test_bidi_character="$builddir/test-character$EXEEXT" +test_bidi="$builddir/BidiTest$EXEEXT" +test_bidi_character="$builddir/BidiCharacterTest$EXEEXT" if test $# = 0; then set /dev/stdin -- 2.40.0