public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2 ./Makefile.in ./configure.in unit-tests/r ...
@ 2010-07-20 15:21 thornber
  0 siblings, 0 replies; only message in thread
From: thornber @ 2010-07-20 15:21 UTC (permalink / raw)
  To: lvm-devel, lvm2-cvs

CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	thornber@sourceware.org	2010-07-20 15:21:33

Modified files:
	.              : Makefile.in configure.in 
Added files:
	unit-tests/regex: TESTS matcher_t.expected 

Log message:
	Wire the regex tests up to the reports

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.56&r2=1.57
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/configure.in.diff?cvsroot=lvm2&r1=1.147&r2=1.148
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/unit-tests/regex/TESTS.diff?cvsroot=lvm2&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/unit-tests/regex/matcher_t.expected.diff?cvsroot=lvm2&r1=NONE&r2=1.1

--- LVM2/Makefile.in	2010/07/20 14:38:44	1.56
+++ LVM2/Makefile.in	2010/07/20 15:21:32	1.57
@@ -135,6 +135,7 @@
 .PHONEY: unit-test ruby-test test-programs
 
 test-programs:
+	$(MAKE) unit-tests/regex
 
 unit-test: test-programs
 	$(RUBY) report-generators/unit_test.rb $(shell find . -name TESTS)
--- LVM2/configure.in	2010/07/20 14:38:44	1.147
+++ LVM2/configure.in	2010/07/20 15:21:32	1.148
@@ -1333,6 +1333,7 @@
 test/api/Makefile
 tools/Makefile
 udev/Makefile
+unit-tests/regex/Makefile
 ])
 AC_OUTPUT
 
/cvs/lvm2/LVM2/unit-tests/regex/TESTS,v  -->  standard output
revision 1.1
--- LVM2/unit-tests/regex/TESTS
+++ -	2010-07-20 15:21:33.989435000 +0000
@@ -0,0 +1 @@
+dfa matching:$TEST_TOOL ./matcher_t dev_patterns < devices.list > matcher_t.output && diff -u matcher_t.expected matcher_t.output
\ No newline at end of file
/cvs/lvm2/LVM2/unit-tests/regex/matcher_t.expected,v  -->  standard output
revision 1.1
--- LVM2/unit-tests/regex/matcher_t.expected
+++ -	2010-07-20 15:21:34.143931000 +0000
@@ -0,0 +1,16 @@
+Matcher built with 23 dfa states
+/dev/loop/0 : loop/[0-9]+
+/dev/loop/1 : loop/[0-9]+
+/dev/loop/2 : loop/[0-9]+
+/dev/loop/3 : loop/[0-9]+
+/dev/loop/4 : loop/[0-9]+
+/dev/loop/5 : loop/[0-9]+
+/dev/loop/6 : loop/[0-9]+
+/dev/loop/7 : loop/[0-9]+
+/dev/hda1 : hd[a-d][0-5]+
+/dev/hda2 : hd[a-d][0-5]+
+/dev/hda3 : hd[a-d][0-5]+
+/dev/hda4 : hd[a-d][0-5]+
+/dev/hda5 : hd[a-d][0-5]+
+/dev/hdb1 : hd[a-d][0-5]+
+/dev/hdc1 : hd[a-d][0-5]+


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-20 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-20 15:21 LVM2 ./Makefile.in ./configure.in unit-tests/r thornber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).