summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-08-13move all configuration to config.mkJakob Kaivo
2019-12-04simplify dependencies substantiallyJakob Kaivo
2019-08-08replace all instances of test_defined() with #ifdef testsJakob Kaivo
2019-08-08generalize #ifdef testsJakob Kaivo
2019-08-08simpler and more correct tests for sybmolic macro existanceJakob Kaivo
2019-03-01skeletons for C11/C18 functionsJakob Kaivo
2019-03-01skeleton tests for all C99 headersJakob Kaivo
2019-03-01skeleton tests for all C89 headersJakob Kaivo
2019-03-01basic <stdarg.h> testsJakob Kaivo
2019-03-01<setjmp.h> tests (still disabled until I begin writing the actual code since ...Jakob Kaivo
2019-03-01skeleton of <math.h> testsJakob Kaivo
2019-03-01initial tests for <complex.h>Jakob Kaivo
2019-03-01decide not to try autogenerating tests, it is too error proneJakob Kaivo
2019-03-01basic tests for stdbool.h and stddef.hJakob Kaivo
2019-03-01basic tests for <limits.h>, <float.h>, and <iso646.h>Jakob Kaivo
2019-03-01use defs for locale testsJakob Kaivo
2019-03-01script to generate distinct value checker and typedef checker from small inputJakob Kaivo
2019-02-28add some time testsJakob Kaivo
2019-02-28initial test for errnoJakob Kaivo
2019-02-27include debugging info, rebuild when libc.a changesJakob Kaivo
2019-02-27split some stuff into a configuration fileJakob Kaivo
2019-01-01add locale testsJakob Kaivo
2019-01-01basic build rulesJakob Kaivo