/simpletypesystem/trunk

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

« back to all changes in this revision

Viewing changes to tests/main.c

  • Committer: Gustav Hartvigsson
  • Date: 2016-09-21 17:58:06 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160921175806-ay6u7kx474oc86rb
* Fixed tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
  test_unit (test_base_n, "Base N");
33
33
  //test_unit (test_thread, "Threading");
34
34
 
35
 
  s_mm_cleanup ();
 
35
  s_teardown ();
36
36
 
37
37
  end_suite ();
38
38
}