Search
lxdream.org :: lxdream/test/testdata.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename test/testdata.h
changeset 190:f7653df5e832
prev185:6755a04c447f
next263:6f641270b2aa
author nkeynes
date Sat Aug 05 00:18:21 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add error lines to tests with incomplete polys
Split clip tests to separate data file
Add tests for cmd bit 23 ("use list size field")
file annotate diff log raw
1.1 --- a/test/testdata.h Tue Jul 11 01:35:27 2006 +0000
1.2 +++ b/test/testdata.h Sat Aug 05 00:18:21 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /*
1.5 - * $Id: testdata.h,v 1.1 2006-07-11 01:35:23 nkeynes Exp $
1.6 + * $Id: testdata.h,v 1.2 2006-08-02 04:13:15 nkeynes Exp $
1.7 *
1.8 * Test data loader
1.9 *
1.10 @@ -18,7 +18,7 @@
1.11
1.12 #include <stdio.h>
1.13
1.14 -#define MAX_DATA_BLOCKS 4
1.15 +#define MAX_DATA_BLOCKS 16
1.16
1.17 typedef struct test_data_block {
1.18 const char *name;
.