summaryrefslogtreecommitdiffstats
path: root/tests/SConstruct
AgeCommit message (Collapse)AuthorFilesLines
2013-09-11Make all the tests ANSI C compatible.Petteri Aimonen1-5/+5
2013-09-10Compiler options for GCC, clang and tccPetteri Aimonen1-7/+60
2013-09-10Build fixes for Windows/Visual C++Petteri Aimonen1-10/+42
2013-09-10Add an example pb_syshdr.h file for platforms without C99.Petteri Aimonen1-0/+7
This allows building the tests easily on Visual C++ in C mode. Also add checks to pb.h that the defined integer types are of the proper sizes. This may prevent some difficult to debug problems later..
2013-09-10Convert more test cases to sconsPetteri Aimonen1-66/+6
2013-09-08Start moving the tests into subfolders. Transition to SCons for build system ↵Petteri Aimonen1-0/+77
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