/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to tests/utils/prefixes.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-06-01 12:14:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220601121452-ntu94w67q3dhhfeq
More work torwards inperementing the parser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
const string UTIL_TEST_PREFIX = "/Utils/";
 
2
 
 
3
const string UTIL_TEST_GOBJECT_PREFIX = UTIL_TEST_PREFIX + "gobject_to_string/";
 
4
 
 
5
const string UTIL_TEST_FAST_NUMBER_PREFIX = UTIL_TEST_PREFIX + "FastNumber/";
 
6
 
 
7
const string UTIL_TEST_STACK_PREFIX = UTIL_TEST_PREFIX + "Stack/";
 
8
 
 
9
const string UTIL_TEST_NAMED_VECTOR_PREFIX = UTIL_TEST_PREFIX + "NamedVector/";