aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-05-09Makefile: Skip cppcheck in scan-allSamuel Lidén Borell1-2/+6
2024-03-03Makefile: Add targets to run gcc -fanalyzer (not enabled by default)Samuel Lidén Borell1-1/+3
2024-03-02Makefile: Run errortest under tcc boundscheck alsoSamuel Lidén Borell1-1/+3
2023-10-04Makefile: Fix dependencies of elflint targetsSamuel Lidén Borell1-3/+2
2023-09-10Typo fixesSamuel Lidén Borell1-1/+1
2023-09-09Makefile: Run testexec in tcc-boundscheck target alsoSamuel Lidén Borell1-2/+2
2023-09-08Makefile: Break out testexec and errortest into separate makefilesSamuel Lidén Borell1-175/+12
2023-09-08Implement "nestedonly" dependencies (and remove "typesonly")Samuel Lidén Borell1-11/+27
2023-09-08Tests: More tests of dependencies and librariesSamuel Lidén Borell1-0/+4
2023-08-06Add version check of dependenciesSamuel Lidén Borell1-4/+12
2023-08-06Add sanity check of name and type of dependenciesSamuel Lidén Borell1-4/+11
2023-08-05Makefile: Fix locale sensitivity in target "check-error-valgrind"Samuel Lidén Borell1-1/+1
2023-08-05Add runtime library (with some stub functions only so far)Samuel Lidén Borell1-15/+19
2023-08-04Add code overview fileSamuel Lidén Borell1-1/+11
2023-07-27Makefile: Add elflint targetSamuel Lidén Borell1-2/+17
2023-07-27Makefile: Add vgdb target (for debugging memory errors)Samuel Lidén Borell1-1/+6
2023-07-27Add "somelib" and "otherlib" libraries for testingSamuel Lidén Borell1-9/+44
2023-07-27Makefile: Fix srcdir in check-exec and check-errorSamuel Lidén Borell1-31/+31
2023-07-12Makefile: Make check-exec/check-error depend on interfaces alsoSamuel Lidén Borell1-2/+6
2023-06-25Add "badlib" for testing incorrect syntax in library modulesSamuel Lidén Borell1-3/+5
2023-05-27Support for multi-line comments with #{{ and #}}Samuel Lidén Borell1-0/+2
2023-05-14Basic checking of generic typesSamuel Lidén Borell1-0/+2
2023-05-06Checking of method and constructor callsSamuel Lidén Borell1-0/+1
2023-04-30Fix missed errors in errortest. Fix typedefs of func typesSamuel Lidén Borell1-1/+1
2023-04-29Makefile: Add missing files to target "clean"Samuel Lidén Borell1-0/+3
2023-04-10Move typecompat error tests to a separate fileSamuel Lidén Borell1-1/+2
2023-04-08Improve error messages in declarationsSamuel Lidén Borell1-0/+1
2023-03-31Makefile: Add variable VALGRIND_OPTSSamuel Lidén Borell1-3/+3
2023-03-30Makefile: Add test of compilation to all supported CPUsSamuel Lidén Borell1-3/+10
2023-02-12Update copyright yearsSamuel Lidén Borell1-1/+1
2023-02-04Makefile: Add shortcut target for running the "check" tests under ValgrindSamuel Lidén Borell1-0/+1
2022-11-06Makefile: Add gdb targets for debugging testsSamuel Lidén Borell1-1/+11
2022-11-06Makefile: Fix "clean" target to clean backend alsoSamuel Lidén Borell1-2/+2
2022-10-31Makefile: Fix afl-fuzz targetsSamuel Lidén Borell1-1/+1
2022-10-30Constant evaluation of integer arithmetic. Parsing of "mod" keywordSamuel Lidén Borell1-1/+3
2022-10-22Makefile: Fix problem with parallel make in check-errorSamuel Lidén Borell1-3/+3
2022-10-22Basic checking of for loopsSamuel Lidén Borell1-0/+1
2022-09-04Use common makefile for backend + basic structure unit testsSamuel Lidén Borell1-17/+16
2022-09-03Multi-directory makefile + break out testing functionsSamuel Lidén Borell1-406/+46
2022-08-14Update copyright yearsSamuel Lidén Borell1-1/+1
2022-08-14Makefile: Remove --sandbox option to sed which is GNU-specificSamuel Lidén Borell1-1/+1
2022-08-12Makefile: Add missing LDFLAGS and fix ordering of flagsSamuel Lidén Borell1-12/+13
2022-08-05Makefile: Make cppcheck not pickup temporary filesSamuel Lidén Borell1-0/+1
2022-08-04Fix cppcheck warnings and silence false positivesSamuel Lidén Borell1-4/+4
2022-08-04Checking of flow of return/gotoSamuel Lidén Borell1-1/+3
2022-08-04Makefile: Enable leak check for OoM-testSamuel Lidén Borell1-1/+1
2022-08-04Makefile: Allow specifying options (e.g. -v) for unit testsSamuel Lidén Borell1-6/+6
2022-08-04Makefile: Fix scan-all targetSamuel Lidén Borell1-1/+1
2022-08-04Tracking of variables definednessSamuel Lidén Borell1-1/+3