Adding a test case

	cd tests

	If it is a new architecture....
		cp alpha foo64
		edit foo64 (change ARCH="alpha" to ARCH="foo64")
		edit CMakeLists.txt and add "ADD_TEST(foo64 foo64)"

	cp /path/to/cpuinfo data/foo64.NNN (where NNN is a number)
	make (to build proccpuinfotest)
	./proccpuinfotest foo64 data/foo64.NNN
	inspect the output and fix any problems
	./proccpuinfotest foo64 data/foo64.NNN > expected/foo64.NNN
	make check
	cvs add data/foo64.NNN expected/foo64.NNN
	cvs commit -m "Add another test case for foo64."
