/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/libvee/prefixes.vala

  • Committer: Gustav Hartvigsson
  • Date: 2024-12-21 23:51:45 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20241221235145-4metak6z6u6vf6b0
[General] Major refactoring. Utils -> Vee nenaming.
Todo: Split libvee into a different library??

Also: Fixed spelling mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
const string VEE_TEST_PREFIX = "/libvee/";
 
2
 
 
3
const string VEE_TEST_GOBJECT_PREFIX = VEE_TEST_PREFIX + "gobject_to_string/";
 
4
 
 
5
const string VEE_TEST_FAST_NUMBER_PREFIX = VEE_TEST_PREFIX + "FastNumber/";
 
6
 
 
7
const string VEE_TEST_STACK_PREFIX = VEE_TEST_PREFIX + "Stack/";
 
8
 
 
9
const string VEE_TEST_NAMED_VECTOR_PREFIX = VEE_TEST_PREFIX + "NamedVector/";