/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: 2021-01-19 18:52:52 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210119185252-yz4p8rthcr4uv4f5
Fixed Base16 encoding and decoding

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
#include <SimpleTypeSystem.h>
8
8
 
 
9
#include "utils.h"
 
10
 
9
11
#include "test_macros.h"
10
12
#include "refcount.h"
11
13
#include "to_string.h"
21
23
  setup_suite ("SSTS");
22
24
 
23
25
  s_mm_init (S_MM_TYPE_LIBC);
 
26
  
 
27
  test_unit (test_utils, "Utils");
24
28
 
25
29
  test_unit (test_refcount, "Refcount");
26
30
  test_unit (test_to_string, "To String");