/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/thread.c

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-28 14:45:22 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151028144522-fo54z73ssjex0emw
* SMap seems to be broken... Or could it be SObject's Callback stuff? Or SLinkedList?

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include "test_macros.h"
 
2
#include "thread.h"
 
3
 
 
4
 
 
5
 
 
6
int
 
7
test_thread (void) {
 
8
  setup_unit ()
 
9
 
 
10
 
 
11
 
 
12
  end_unit ()
 
13
}