From: Khaled Hosny Date: Sat, 10 Mar 2018 21:20:17 +0000 (+0200) Subject: Rename autotools test executables as well X-Git-Tag: v1.0.2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a903a31385127925493c14921a89188fa553037;p=fribidi Rename autotools test executables as well --- 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