/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/test_runner.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-05-29 10:32:28 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220529103228-unjhkil8jtaxnzk1
Added a simple stack type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  
8
8
  //gobject_to_string_test ();
9
9
  fast_number_test ();
 
10
 
 
11
  stack_test ();
10
12
  
11
13
  return Test.run ();
12
14
}