From 56e07baaea0dd92667753ebb6a29f5354c9256b9 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 19 Mar 2018 14:48:41 +0200 Subject: [PATCH] Add test_CapRTL_isolate.* to test/Makefile.am Fixes https://github.com/fribidi/fribidi/issues/74 --- test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 9224152..f075e75 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,8 @@ TEST_DATAS = \ test_CapRTL_explicit.reference \ test_CapRTL_implicit.input \ test_CapRTL_implicit.reference \ + test_CapRTL_isolate.input \ + test_CapRTL_isolate.reference \ test_ISO8859-8_hebrew.input \ test_ISO8859-8_hebrew.reference \ test_UTF-8_persian.input \ -- 2.40.0