aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_context.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-126/+2
2022-11-12Fix warnings when compiling with lccSamuel Lidén Borell1-35/+35
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-0/+2
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-04Free memory in OoM-testSamuel Lidén Borell1-6/+6
2022-05-13Tests: Fix crashes in out-of-memory testSamuel Lidén Borell1-0/+2
2022-04-24Fixes for building/running on WindowsSamuel Lidén Borell1-2/+2
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-4/+4
2022-02-07Detect leaks in tests, and fix leaksSamuel Lidén Borell1-0/+1
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-11/+11
2021-08-28Add testing of out-of-memory handling, and fix bugsSamuel Lidén Borell1-0/+8
2021-08-14Fix compiler warnings from GCC v.10 with optimizationsSamuel Lidén Borell1-0/+4
2021-06-29Fix some -Weverything warningsSamuel Lidén Borell1-1/+1
2021-04-24Basic Windows supportSamuel Lidén Borell1-41/+47
2021-04-10Move multiarch/target handling to a separate fileSamuel Lidén Borell1-152/+0
2021-04-09Fix parsing of multiarch triples. Allow multiple targetsSamuel Lidén Borell1-0/+162
2021-04-02Fix crash when message handler is NULLSamuel Lidén Borell1-0/+12
2021-03-12Fix compiler warningsSamuel Lidén Borell1-1/+0
2021-03-07Add unit test of initparams. Fix null pointer accessSamuel Lidén Borell1-0/+138