aboutsummaryrefslogtreecommitdiff
path: root/libc/test
AgeCommit message (Expand)AuthorFilesLines
2015-01-27add libc/test/.gitignore for the new libc unit testsStewart Smith1-0/+10
2015-01-20Add skeleton for libc/ctype unit testsStewart Smith3-1/+62
2015-01-20Add skeleton for libc/stdlib unit testStewart Smith3-1/+62
2015-01-20Skeleton unit tests for libc memops (libc/string/*)Stewart Smith3-1/+71
2015-01-20Add some skiboot snprintf test casesStewart Smith4-5/+242
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Pretty print make check and coverage outputStewart Smith1-4/+4
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-7/+0
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-0/+1
2014-11-26Include stdint.h for libc/test/run-time.c, fixing buildStewart Smith1-0/+1
2014-11-25use $(wildcard ) in test MakefilesDan Streetman1-1/+1
2014-10-22Preliminary code coverage reporting infrastructureStewart Smith1-1/+11
2014-10-01libc/test: Fix timeJoel Stanley1-1/+0
2014-08-15libc: Add mktime and gmtime_rAlistair Popple2-0/+104