aboutsummaryrefslogtreecommitdiffhomepage
path: root/errortest/Makefile.inc
AgeCommit message (Expand)AuthorFilesLines
2024-05-11Update copyright yearsSamuel Lidén Borell1-1/+1
2024-03-08Parser: Restrict where underscores can be usedSamuel Lidén Borell1-0/+1
2024-03-08Use SlulApp.main as the entry point. Implicitly depend on slulrtSamuel Lidén Borell1-0/+1
2024-03-02Makefile: Run errortest under tcc boundscheck alsoSamuel Lidén Borell1-3/+15
2024-03-02errortest: Refactor to not show error-diff on crashSamuel Lidén Borell1-24/+31
2024-03-02Makefile: Fix gdb-build-errortestSamuel Lidén Borell1-1/+4
2024-02-03Support \ directory separators in check-error-valgrindSamuel Lidén Borell1-0/+1
2024-02-03Always reset error after parsing a dependencySamuel Lidén Borell1-0/+1
2024-01-21Fix missing check for missing unstable_api in libraryspec interfacesSamuel Lidén Borell1-0/+1
2024-01-03Add --error-output to redirect errors to a file (or stdout)Samuel Lidén Borell1-2/+2
2024-01-02Replace --fail-fast with --error-limit=NSamuel Lidén Borell1-2/+6
2023-12-25errortest: Fix backslashes vs slashes on WindowsSamuel Lidén Borell1-0/+1
2023-12-09Makefile: Fix dependencies in errortestSamuel Lidén Borell1-3/+7
2023-11-12Sync Makefile and .gitignore with recent changesSamuel Lidén Borell1-0/+1
2023-10-08Only match actually implemented idents in version checkSamuel Lidén Borell1-0/+1
2023-10-04Makefile: Fix dependencies of elflint targetsSamuel Lidén Borell1-2/+5
2023-10-04Makefile: Fix check-error-valgrind target not always re-generating outputSamuel Lidén Borell1-7/+7
2023-10-01Check version when binding identifiers across modulesSamuel Lidén Borell1-0/+2
2023-09-16Add unstable_api flag. Improve checks of module headersSamuel Lidén Borell1-0/+3
2023-09-10Add check for different type with same name for typeidents and methodsSamuel Lidén Borell1-0/+3
2023-09-10Implement search for methods and typeidents in other modules alsoSamuel Lidén Borell1-0/+5
2023-09-08Makefile: Break out testexec and errortest into separate makefilesSamuel Lidén Borell1-0/+93