aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/testmain.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-24Fix memory leaks in cfgalloc and in testsSamuel Lidén Borell1-1/+1
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-0/+1
2022-09-04Restore --help option in tests + cleanupSamuel Lidén Borell1-3/+0
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-155/+40
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Free memory in OoM-testSamuel Lidén Borell1-0/+3
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-4/+4
2022-02-07Fix false positive "Memory leak in test" after failed testSamuel Lidén Borell1-0/+1
2022-02-07Detect leaks in tests, and fix leaksSamuel Lidén Borell1-0/+5
2022-02-07Fix oomtest and warnings related to TEST_BEFORE/TEST_AFTERSamuel Lidén Borell1-7/+13
2022-02-06Fix missing impl/iface errors. Fix false negatives in testsSamuel Lidén Borell1-2/+19
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-1/+1
2021-09-18Improve test failure messages. Fix test memleaksSamuel Lidén Borell1-2/+3
2021-08-28Add testing of out-of-memory handling, and fix bugsSamuel Lidén Borell1-0/+7
2021-07-01Tests: Add test of empty block. Improve messageSamuel Lidén Borell1-1/+1
2021-06-28Test character-by-character parsing. Fix several parser bugsSamuel Lidén Borell1-0/+6
2021-04-29Revert "Add 30 second timeout for each unit test case"Samuel Lidén Borell1-17/+0
2021-04-29Add 30 second timeout for each unit test caseSamuel Lidén Borell1-0/+17
2021-04-17Add unit test error limit and -v option showing test namesSamuel Lidén Borell1-5/+30
2021-04-03Show name of current function on test failureSamuel Lidén Borell1-2/+2
2021-03-25Fix warnings from sparse and clang --analyzeSamuel Lidén Borell1-1/+1
2021-03-21Tests: Make it possible to only run specific testsSamuel Lidén Borell1-5/+48
2021-03-12Fix compiler warningsSamuel Lidén Borell1-1/+3
2021-03-08Tests: Add tests of the arena allocator, and fix bugsSamuel Lidén Borell1-2/+2
2021-03-07Tests: Add help text to the unittest executableSamuel Lidén Borell1-2/+16
2021-03-07Add unit test of initparams. Fix null pointer accessSamuel Lidén Borell1-0/+86