2 based on the libc-testsuit of dalias
3 see http://git.musl-libc.org/cgit
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
17 the test should return 0 on success and non-0 on failure
19 to simplify things there is a Makefile.inc that can
20 be included from src/directory/Makefile when the
21 above convention is used in src/directory