aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: add create double testVincent Dupont2018-02-261-0/+21
* test: Fix declaration of main methodSören Tempel2018-02-021-1/+1
* Remove extraneous const's, fix tests to match, and add an assert to cn_cbor_f...Joe Hildebrand2015-08-262-7/+7
* Rename cbor_encoder_write() to cn_cbor_encoder_write()Olaf Bergmann2015-05-261-6/+6
* Handle float test cases when CBOR_NO_FLOAT is setOlaf Bergmann2015-04-242-5/+34
* Add a few floating point boundary cases to close #14Carsten Bormann2015-04-031-0/+6
* Add tests for denormalized half floatCarsten Bormann2015-04-031-0/+3
* Add some basic normalizer testingCarsten Bormann2015-04-031-1/+45
* Encoder: do the float danceCarsten Bormann2015-04-031-1/+9
* Update simple test with new CN_CBOR_UNDEFCarsten Bormann2015-04-031-0/+1
* Add another testJoe Hildebrand2015-04-021-0/+19
* make comment fit testJoe Hildebrand2015-04-021-1/+1
* the diff tests won't work on non-APPLE systemsJoe Hildebrand2015-04-021-13/+17
* make it work with contexts againJoe Hildebrand2015-04-011-3/+3
* Remove recursion from encoder, remove confusing public interfaces for writing...Joe Hildebrand2015-04-011-9/+11
* Add docs for create routines, and add map_put to allow more complicated mapsJoe Hildebrand2015-04-011-1/+9
* Add creation routinesJoe Hildebrand2015-04-011-0/+85
* Add coverage, remove the duplicated strcmp/memcmpJoe Hildebrand2015-03-311-2/+4
* Encoder integratedJoe Hildebrand2015-03-311-19/+25
* Add size target. Fix unused variablesJoe Hildebrand2015-03-312-4/+4
* get 'make difftest' workingJoe Hildebrand2015-03-312-6/+26
* cmake workingJoe Hildebrand2015-03-316-0/+1102