aboutsummaryrefslogtreecommitdiff
path: root/tests/SConstruct
AgeCommit message (Expand)Author
2019-10-02Make fuzztest detect invalid bool values (#434)Petteri Aimonen
2018-10-11Further test fail fix for WindowsPetteri Aimonen
2018-10-11Fix test failure on WindowsPetteri Aimonen
2018-09-13Add testcase for issue #338Petteri Aimonen
2018-02-26Fix for default value byte escapingHamina, Juha-Pekka
2016-12-09Enable clang integer sanitizer and clean up a few warnings.Petteri Aimonen
2016-12-09Add regression test for issue #227Petteri Aimonen
2015-01-04Actually make the protoc version check workPetteri Aimonen
2015-01-04Only run oneof test when protoc >= 2.6 is availablePetteri Aimonen
2015-01-03Change PB_RETURN_ERROR() macro to avoid compiler warnings.Petteri Aimonen
2014-12-26Move malloc support to tests/common directoryPetteri Aimonen
2014-09-11Add a better fuzz test.Petteri Aimonen
2014-07-20Fix problem with .options file and extension fields.Petteri Aimonen
2014-04-15Fix typos in scons command line optionsPetteri Aimonen
2014-04-15Remove -O0 from tests CFLAGS so that optimized builds can be tested alsoPetteri Aimonen
2014-04-09Use -fsanitize=undefined when running tests with clangPetteri Aimonen
2014-04-05Add rule for building coverage summary using lcov.Petteri Aimonen
2014-03-18Add stdlib.h to pb_syshdr.h for dynamic allocationPetteri Aimonen
2014-03-15Finish the alltypes_pointer testcase, use valgrind if available.Petteri Aimonen
2014-03-12Add pb_release() functionPetteri Aimonen
2014-02-04Add strict-aliasing GCC warnings for corePetteri Aimonen
2013-12-29Fix path change: compat/ -> extra/Petteri Aimonen
2013-12-29Small fix for previousPetteri Aimonen
2013-12-29Check for supported GCC CCFLAGS when building tests.Petteri Aimonen
2013-12-29Add a SCons tool for nanopb protos.Petteri Aimonen
2013-11-13Make tests build in a separate folder, add to gitignorePetteri Aimonen
2013-10-29Remove the NANOPB_INTERNALS functions from public API.Petteri Aimonen
2013-09-11Disable warning about uint64_t (long long)Petteri Aimonen
2013-09-11Make all the tests ANSI C compatible.Petteri Aimonen
2013-09-10Compiler options for GCC, clang and tccPetteri Aimonen
2013-09-10Build fixes for Windows/Visual C++Petteri Aimonen
2013-09-10Add an example pb_syshdr.h file for platforms without C99.Petteri Aimonen
2013-09-10Convert more test cases to sconsPetteri Aimonen
2013-09-08Start moving the tests into subfolders. Transition to SCons for build system ...Petteri Aimonen