aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-26test: add create double testVincent Dupont
2018-02-02test: Fix declaration of main methodSören Tempel
2015-08-26Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_f...Joe Hildebrand
2015-05-26Rename cbor_encoder_write() to cn_cbor_encoder_write()Olaf Bergmann
2015-04-24Handle float test cases when CBOR_NO_FLOAT is setOlaf Bergmann
2015-04-03Add a few floating point boundary cases to close #14Carsten Bormann
2015-04-03Add tests for denormalized half floatCarsten Bormann
2015-04-03Add some basic normalizer testingCarsten Bormann
2015-04-03Encoder: do the float danceCarsten Bormann
2015-04-03Update simple test with new CN_CBOR_UNDEFCarsten Bormann
2015-04-02Add another testJoe Hildebrand
2015-04-02make comment fit testJoe Hildebrand
2015-04-02the diff tests won't work on non-APPLE systemsJoe Hildebrand
2015-04-01make it work with contexts againJoe Hildebrand
2015-04-01Remove recursion from encoder, remove confusing public interfaces for writing...Joe Hildebrand
2015-04-01Add docs for create routines, and add map_put to allow more complicated mapsJoe Hildebrand
2015-04-01Add creation routinesJoe Hildebrand
2015-03-31Add coverage, remove the duplicated strcmp/memcmpJoe Hildebrand
2015-03-31Encoder integratedJoe Hildebrand
2015-03-31Add size target. Fix unused variablesJoe Hildebrand
2015-03-31get 'make difftest' workingJoe Hildebrand
2015-03-31cmake workingJoe Hildebrand