From 9d53d2ac787886a4ef06e341255d0f07196b91b8 Mon Sep 17 00:00:00 2001 From: Dmitry Mikhirev Date: Wed, 19 Nov 2014 14:53:18 +0300 Subject: removed similar tests --- GNUmakefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 10dbff9..3f70cd6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,7 +1,7 @@ MAKE_INCLUDE := -I$(HOME)/src/make-4.1 CFLAGS = -Wall -g -tests = test001 test002 test003 test004 test005 test006 test007 +tests = test001 test002 test003 test004 test005 test006 -load pcre.so @@ -37,8 +37,7 @@ test005: subj = 1234567891011121314151617181920212223242526272829303132333435363 test005 = '$(m $(pat),$(subj),E)' = '$(subj)' -a '$(1)' = 1 -a '$(255)' = 255 # test parsing pattern options -test006 := '$(m ^TEST$,test,i)' = test -test007 := '$(m ^test+,testtttt,U)' = test +test006 := '$(m ^TEST,testtttt,iU)' = test ### END OF TEST EXPRESSIONS ### -- cgit v1.2.1