summaryrefslogtreecommitdiff
path: root/auto_tests/file_saving_test.c
AgeCommit message (Expand)Author
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-09Consistently use camel case enum names.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Limit the size of a save file in file_saving_test.iphydf
2018-08-16Prune long long warnings.Leonid Bobrov
2018-08-12Check that the save file size isn't larger than our address space.iphydf
2018-07-23More fixed_width ints and incorporating file_saving_test.chugbubby
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-23Link all tests to the android cpufeatures library if available.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-21Don't allocate or dereference Tox_Options in tests.iphydf
2018-01-18Use C99 standard in bazel builds.iphydf
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-05-13Make variable names in file saving test less cryptic.pranomostro
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-16Add test for obtaining savedata, writing it to a file, reading it again and c...pranomostro