remove obsolete README comment
[libc-test] / README
1 simple libc tests
2 based on the libc-testsuit of dalias
3 see http://git.musl-libc.org/cgit
4
5 build tests:
6         cp dist/config.mak .
7         # edit config.mak
8         make
9 run tests:
10         make run
11
12 framework:
13
14 the convention is that each test is in a separate file
15 at a path like src/directory/file.c with its own main
16
17 the test should return 0 on success and non-0 on failure
18