|
From: Nicholas N. <nj...@cs...> - 2006-11-26 22:49:14
|
On Sun, 26 Nov 2006, Julian Seward wrote: > What I do is > > create the .c file and .vgtest file > > edit Makefile.am ; rebuild right from ./autogen.sh so as to get > up to date Makefiles > > make regtest (which dies on the test) > > copy .stderr.out to .stderr.exp (if it looks correct); ditto > for .stdout.out/.stdout.exp And .stdout.out can be omitted if it is empty. There's some documentation at the top of tests/vg_regtest.in, and also in docs/xml/manual-writing-tools.xml under "Regression tests". Nick |