summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-02-28fix typo / => ;Jakob Kaivo
2019-02-28add placeholders for C11/C18 headersJakob Kaivo
2019-02-28refactor test names with _h to avoid collisionsJakob Kaivo
2019-02-28add some time testsJakob Kaivo
2019-02-28clean up output, add verbosity optionJakob Kaivo
2019-02-28fix color and indicator outputJakob Kaivo
2019-02-28initial test for errnoJakob Kaivo
2019-02-28use distinct value testJakob Kaivo
2019-02-28add test for distinct valuesJakob Kaivo
2019-02-27include debugging info, rebuild when libc.a changesJakob Kaivo
2019-02-27split some stuff into a configuration fileJakob Kaivo
2019-02-27don't bother with (void)expressionJakob Kaivo
2019-01-01overwrite passsed tests, print summary of tests at the end of each headerJakob Kaivo
2019-01-01add locale testsJakob Kaivo
2019-01-01add string testJakob Kaivo