Clean up the <libgen.h> implementation a little, bring in tests.

Most of these tests were in system/extras, but I've added more to cover other
cases explicitly mentioned by POSIX.

Change-Id: I5e8d77e4179028d77306935cceadbb505515dcde
This commit is contained in:
Elliott Hughes
2012-10-29 14:27:10 -07:00
parent 4d36b0bd38
commit 58b575485c
8 changed files with 282 additions and 273 deletions

View File

@@ -27,6 +27,7 @@ test_c_flags = \
test_src_files = \
dirent_test.cpp \
getcwd_test.cpp \
libgen_test.cpp \
pthread_test.cpp \
regex_test.cpp \
stack_protector_test.cpp \