summaryrefslogtreecommitdiffstats
path: root/tests/backwards_compatibility
AgeCommit message (Collapse)AuthorFilesLines
2013-12-21Fix problem with decode_legacy test case on Windows.Petteri Aimonen1-3/+8
2013-11-13Make tests build in a separate folder, add to gitignorePetteri Aimonen1-2/+2
2013-09-11Make all the tests ANSI C compatible.Petteri Aimonen1-14/+18
2013-09-10Move the rest of the tests to sconsPetteri Aimonen4-10/+21
2013-09-08Start moving the tests into subfolders. Transition to SCons for build system ↵Petteri Aimonen4-0/+599
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