aboutsummaryrefslogtreecommitdiffhomepage
path: root/src-cslul/unittest/alltests.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-15Update copyright yearsSamuel Lidén Borell1-1/+1
2023-05-07Factor out utility functions and type compat checking from exprchk.cSamuel Lidén Borell1-0/+2
2023-05-07Split backend.c into ir.c (IR generation) and bwrapper.c (backend init/output)Samuel Lidén Borell1-1/+2
2023-04-29Break out tokenization functions from mhparse.c to mhtoken.cSamuel Lidén Borell1-0/+1
2023-04-29Break out tokenization functions from parse.c to token.cSamuel Lidén Borell1-0/+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-1/+1
2022-05-07Rename stmtchk.c to funcchk.cSamuel Lidén Borell1-1/+1
2022-04-18Add proper Windows support, by using a custom C librarySamuel Lidén Borell1-0/+3
2022-03-20Add file structure for expr/stmt/type checkersSamuel Lidén Borell1-1/+4
2022-01-08Rename verify.c to tlverify.cSamuel Lidén Borell1-1/+1
2021-12-05Rename "build header"/"directive" to "module header"/"attribute"Samuel Lidén Borell1-1/+1
2021-08-20Fix wrong identifier names in tests (bf -> bh)Samuel Lidén Borell1-1/+1
2021-07-27Beginnings of a verifierSamuel Lidén Borell1-0/+1
2021-04-10Move multiarch/target handling to a separate fileSamuel Lidén Borell1-0/+1
2021-04-10Create output directories and executablesSamuel Lidén Borell1-0/+2
2021-04-03Add source filenames to a tree and detect duplicatesSamuel Lidén Borell1-0/+1
2021-04-02Basic tree data structure without re-balancingSamuel Lidén Borell1-0/+1
2021-03-25Move buildfile parsing to a separate file, bfparse.cSamuel Lidén Borell1-0/+1
2021-03-14Implement lookup of error messagesSamuel Lidén Borell1-0/+1
2021-03-10Add basic file read loop + unit tests of failuresSamuel Lidén Borell1-0/+1
2021-03-07Add unit test of initparams. Fix null pointer accessSamuel Lidén Borell1-0/+30