summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-13configure for UNGOL by defaultJakob Kaivo
2020-08-13add READMEJakob Kaivo
2020-08-13move all configuration to config.mkJakob Kaivo
2019-12-04Merge branch 'master' of gitlab.com:jkaivo/libc-testsJakob Kaivo
2019-12-04simplify dependencies substantiallyJakob Kaivo
2019-08-21add missing filesJakob Kaivo
2019-08-21add string testsJakob Kaivo
2019-08-08add correct valuesJakob Kaivo
2019-08-08fill in missing valuesJakob Kaivo
2019-08-08replace all instances of test_defined() with #ifdef testsJakob Kaivo
2019-08-08use better #ifdef testsJakob Kaivo
2019-08-08generalize #ifdef testsJakob Kaivo
2019-08-08simpler and more correct tests for sybmolic macro existanceJakob Kaivo
2019-03-06add setjmp to the list of default testsJakob Kaivo
2019-03-06maybe better test for offsetof()Jakob Kaivo
2019-03-06Merge branch 'master' of github.com:jkaivo/libc-testsJakob Kaivo
2019-03-06add list of tests to usage outputJakob Kaivo
2019-03-06first strtod() testJakob Kaivo
2019-03-06add some signbit() testsJakob Kaivo
2019-03-06test I^2Jakob Kaivo
2019-03-06enable offsetof() testJakob Kaivo
2019-03-03output correct header nameJakob Kaivo
2019-03-02some tests for atoi() and strtol()Jakob Kaivo
2019-03-02use correct format specifierJakob Kaivo
2019-03-02handle command line arguments to make testing more flexibleJakob Kaivo
2019-03-02fix test_long_equals() macro to point to right functionJakob Kaivo
2019-03-02add test_long_equalsJakob 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-01add double test (printing is not cool at the moment)Jakob Kaivo
2019-03-01initial tests for <complex.h>Jakob Kaivo
2019-03-01move test variables into function bodyJakob Kaivo
2019-03-01add testing errno as an lvalue and rvalueJakob Kaivo
2019-03-01don't explicitly check for errors to be defined, the compiler will catch itJakob 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-01add min, max, and defined testsJakob Kaivo
2019-03-01use defs for locale testsJakob Kaivo
2019-03-01put *all* the distinct values in the arrayJakob Kaivo
2019-03-01initial tests for <signal.h>Jakob Kaivo
2019-03-01script to generate distinct value checker and typedef checker from small inputJakob Kaivo
2019-02-28correct some of the expected outputsJakob Kaivo
2019-02-28add an end in case we get that farJakob Kaivo
2019-02-28ensure void expression is still being evaluated even though discardedJakob Kaivo
2019-02-28account for verbosity in test_void_imp()Jakob Kaivo