index
:
libc-tests
libc-tests
tests for conformance with ISO/IEC 9899
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2020-08-13
move all configuration to config.mk
Jakob Kaivo
2019-12-04
simplify dependencies substantially
Jakob Kaivo
2019-08-08
replace all instances of test_defined() with #ifdef tests
Jakob Kaivo
2019-08-08
generalize #ifdef tests
Jakob Kaivo
2019-08-08
simpler and more correct tests for sybmolic macro existance
Jakob Kaivo
2019-03-01
skeletons for C11/C18 functions
Jakob Kaivo
2019-03-01
skeleton tests for all C99 headers
Jakob Kaivo
2019-03-01
skeleton tests for all C89 headers
Jakob Kaivo
2019-03-01
basic <stdarg.h> tests
Jakob Kaivo
2019-03-01
<setjmp.h> tests (still disabled until I begin writing the actual code since ...
Jakob Kaivo
2019-03-01
skeleton of <math.h> tests
Jakob Kaivo
2019-03-01
initial tests for <complex.h>
Jakob Kaivo
2019-03-01
decide not to try autogenerating tests, it is too error prone
Jakob Kaivo
2019-03-01
basic tests for stdbool.h and stddef.h
Jakob Kaivo
2019-03-01
basic tests for <limits.h>, <float.h>, and <iso646.h>
Jakob Kaivo
2019-03-01
use defs for locale tests
Jakob Kaivo
2019-03-01
script to generate distinct value checker and typedef checker from small input
Jakob Kaivo
2019-02-28
add some time tests
Jakob Kaivo
2019-02-28
initial test for errno
Jakob Kaivo
2019-02-27
include debugging info, rebuild when libc.a changes
Jakob Kaivo
2019-02-27
split some stuff into a configuration file
Jakob Kaivo
2019-01-01
add locale tests
Jakob Kaivo
2019-01-01
basic build rules
Jakob Kaivo