summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-15only declare variables for testing C99 features when testing C99 featuresJakob Kaivo
2020-08-15remove unused variableJakob Kaivo
2020-08-15correct version check directiveJakob Kaivo
2020-08-15correct version check directiveJakob Kaivo
2020-08-15remove warnings about unused variablesJakob Kaivo
2020-08-15remove warnings about unused variablesJakob Kaivo
2020-08-15remove warnings about unused variablesJakob Kaivo
2020-08-15remove warning about unused variableJakob Kaivo
2020-08-15remove warnings about unused variablesJakob Kaivo
2020-08-15update to test for C95 complianceJakob Kaivo
2020-08-15remove warnings about unused variablesJakob Kaivo
2020-08-15remove warningsJakob Kaivo
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