[FriBidi-commit] fribidi/test Makefile.am, 1.1.1.1, 1.2 test_CapRTL_explicit.input, 1.1.1.1, 1.2 test_CapRTL_explicit.reference, 1.1.1.1, 1.2

Behdad Esfahbod behdad at pdx.freedesktop.org
Fri Jun 18 15:41:42 PDT 2004


Update of /cvs/fribidi/fribidi/test
In directory pdx:/tmp/cvs-serv7777/test

Modified Files:
	Makefile.am test_CapRTL_explicit.input 
	test_CapRTL_explicit.reference 
Log Message:
Rever back to our old level setting for BN and explicits.  The new method was
buggy.  A test case added to capture that.


Index: Makefile.am
===================================================================
RCS file: /cvs/fribidi/fribidi/test/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- Makefile.am	25 Apr 2004 18:47:57 -0000	1.1.1.1
+++ Makefile.am	18 Jun 2004 22:41:39 -0000	1.2
@@ -19,15 +19,15 @@
 
 test_%.reference: test_%.input
 	testcase="$@" && 	\
-	charset="`echo "$@" | $(SED) 's/_[^_]*$$//;s/.*_//'`" &&	\
-	"$(top_builddir)"/src/fribidi --test --charset "$$charset" "$<" > "$@" || \
+	charset="`echo "$@" | sed 's/_[^_]*$$//;s/.*_//'`" &&	\
+	$(top_builddir)/bin/fribidi --test --charset "$$charset" "$<" > "$@" || \
 	($(RM) "$@"; false)
 
-test.reference:
+references:
 	for testcase in "$(srcdir)"/test_*.input; do	\
-		test="`echo "$$testcase"	\
+		test="`echo $$testcase	\
 		  | $(SED) 's/\.input$$/.reference/i; s|.*/||;'`" &&	\
-		$(MAKE) "tests/$$test" ||	\
+		$(MAKE) $(AM_MAKEFLAGS) "$(srcdir)/$$test" ||	\
 		exit 1;	\
 	done
 

Index: test_CapRTL_explicit.input
===================================================================
RCS file: /cvs/fribidi/fribidi/test/test_CapRTL_explicit.input,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- test_CapRTL_explicit.input	25 Apr 2004 18:47:57 -0000	1.1.1.1
+++ test_CapRTL_explicit.input	18 Jun 2004 22:41:39 -0000	1.2
@@ -11,3 +11,4 @@
 a _L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_Rbug
 AN ARABIC _l_o 123-456 NICE ONE!
 AN ARABIC _l _o 123-456 PAIR
+this bug 67_r_o89 catched!

Index: test_CapRTL_explicit.reference
===================================================================
RCS file: /cvs/fribidi/fribidi/test/test_CapRTL_explicit.reference,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- test_CapRTL_explicit.reference	25 Apr 2004 18:47:57 -0000	1.1.1.1
+++ test_CapRTL_explicit.reference	18 Jun 2004 22:41:39 -0000	1.2
@@ -11,3 +11,4 @@
 a _L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_L_Rbug => a gub
 AN ARABIC _l_o 123-456 NICE ONE!    =>        !ENO ECIN 456-123  CIBARA NA
 AN ARABIC _l _o 123-456 PAIR        =>            RIAP   123-456 CIBARA NA
+this bug 67_r_o89 catched!          => this bug 6789 catched!




More information about the FriBidi-Commit mailing list