aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/test_build.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-04-13Remove cli/gui distinction. Make \name and \type optional for appsSamuel Lidén Borell1-2/+0
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-0/+3
2023-11-12Tests: Fix missing check in OoM-test + related errorsSamuel Lidén Borell1-1/+1
2023-07-21Remove output files on errorSamuel Lidén Borell1-8/+49
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-04-29Make variable in test staticSamuel Lidén Borell1-1/+1
2023-04-24Fix memory leaks in cfgalloc and in testsSamuel Lidén Borell1-1/+5
2023-04-24Factor out configuration into a separate objectSamuel Lidén Borell1-11/+9
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-2/+2
2022-05-03Simplify syntax for void functions (remove "-> void")Samuel Lidén Borell1-2/+2
2022-04-09Avoid most usages of identifiers reserved for future use in CSamuel Lidén Borell1-5/+5
2022-02-16Increase usage of (static) const and fix some incorrect usageSamuel Lidén Borell1-1/+1
2022-02-16Add cppcheck target to Makefile and fix warningsSamuel Lidén Borell1-3/+4
2022-02-07Fix crash when running oomtest on 32 bit platformsSamuel Lidén Borell1-0/+4
2022-01-02Rename structs/enums to avoid all-caps typesSamuel Lidén Borell1-21/+21
2021-12-11Remove int return from msghandlerSamuel Lidén Borell1-2/+1
2021-12-05Rename "build header"/"directive" to "module header"/"attribute"Samuel Lidén Borell1-1/+1
2021-11-28Fix bug with source files longer than 4 KiB and add testsSamuel Lidén Borell1-8/+126
2021-08-28Free memory in unit testsSamuel Lidén Borell1-0/+2
2021-08-01Replace "slulbuild.conf" with a header in a "main.slul" fileSamuel Lidén Borell1-4/+4
2021-07-28Parsing of module dependenciesSamuel Lidén Borell1-19/+20
2021-07-27Beginnings of a verifierSamuel Lidén Borell1-1/+1
2021-07-18Compile with more warning options, and fix found bugsSamuel Lidén Borell1-1/+1
2021-04-15Fix warnings from Valgrind, sparse, clang-analyze and scan-buildSamuel Lidén Borell1-8/+9
2021-04-10Create output directories and executablesSamuel Lidén Borell1-1/+2
2021-04-09Iteration of source filesSamuel Lidén Borell1-0/+56
2021-03-10Add basic file read loop + unit tests of failuresSamuel Lidén Borell1-0/+109
2021-03-07Add unit test of initparams. Fix null pointer accessSamuel Lidén Borell1-0/+32