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 Wed Aug 02 04:13:15 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add many more TA test cases (a couple of corner cases aren't 100% correct
yet, TBA)
Add new test "testregs" to check register masks (currently just PVR registers)
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 Wed Aug 02 04:13:15 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;
.