Changeset 4375
- Timestamp:
- 02/03/09 13:55:16 (4 years ago)
- Location:
- vic/branches/cc/cc/test
- Files:
-
- 2 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
vic/branches/cc/cc/test/test.cpp
r4319 r4375 11 11 #include "cc_output.h" 12 12 #include "bitvec.h" 13 #include "hdr.h" 13 14 14 15 #define UNUSED(x) (x) = (x) … … 22 23 23 24 //val = cc_output(); 24 val = bitvec(); 25 //val = bitvec(); 26 val = build_hdr_test(); 25 27 26 28 return val;
