summaryrefslogtreecommitdiffstats
path: root/tests/basic_buffer
AgeCommit message (Collapse)AuthorFilesLines
2013-11-13Make tests build in a separate folder, add to gitignorePetteri Aimonen1-3/+3
2013-09-26Add #defines for the maximum encoded message size.Petteri Aimonen2-2/+2
Update issue 89 Status: FixedInGit
2013-09-10Build fixes for Windows/Visual C++Petteri Aimonen3-10/+20
2013-09-08Start moving the tests into subfolders. Transition to SCons for build system ↵Petteri Aimonen3-0/+128
for the tests. Only a few tests updated so far. Have to include all the rest before merging to mainline. Update issue 63 Status: Started