|
From: Ashley P. <as...@pi...> - 2009-08-28 12:54:41
|
Julian et al. This patch removes the need for platform_test, arch_test and os_test from the tests directory by rolling their functionality into tests/vg_regtest.in. Added in their place is a new program called arch_display which is only run once per test run rather than once per test directory. This cleans up the code somewhat by moving all the logic behind which tests to run into a single file and makes it much easier to make further modifications to the test suite (as are needed to enable VPATH testing). As I only have access to Linux machines I've only been able to add the "uname -o" output for Linux, somebody will need to edit lines 143 and 144 of tests/vg_regtest.in with the values for aix and darwin before this code is committed. If this patch is applied the files tests/platform_test, tests/arch_test.c and tests/os_test.c can also be removed from svn. Note that this patch includes a new file which should also be added. Ashley, -- Ashley Pittman, Bath, UK. Padb - A parallel job inspection tool for cluster computing http://padb.pittman.org.uk |