|
From: <kin...@us...> - 2003-12-19 03:53:10
|
Update of /cvsroot/teem/teem/src/nrrd In directory sc8-pr-cvs1:/tmp/cvs-serv18671 Modified Files: GNUmakefile Log Message: for testing memory re-used on input Index: GNUmakefile =================================================================== RCS file: /cvsroot/teem/teem/src/nrrd/GNUmakefile,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** GNUmakefile 30 Sep 2003 04:13:06 -0000 1.21 --- GNUmakefile 19 Dec 2003 03:53:07 -0000 1.22 *************** *** 62,66 **** write.o keyvalue.o $(L).TESTS = test/tread test/trand test/ax test/io test/minmax test/tkernel \ ! test/typestest test/tline test/genvol test/quadvol test/convo test/kv #### --- 62,67 ---- write.o keyvalue.o $(L).TESTS = test/tread test/trand test/ax test/io test/minmax test/tkernel \ ! test/typestest test/tline test/genvol test/quadvol test/convo test/kv \ ! test/reuse #### |