Mercurial > hg > audiodb
diff libtests/0030/prog1.c @ 487:e072aa1611f5 api-inversion
Begin cleaning up libtests
* Delete unused functions from test_utils_lib.h.
* #include needed system header files there rather than at the head of
each of the individual C files.
* Make libtests.mk be responsible for finding audioDB_API.h and
test_utils_lib.h
* Simplify the implementation of clean_remove_db().
author | mas01cr |
---|---|
date | Sat, 10 Jan 2009 15:32:42 +0000 |
parents | 7e6c99481b8b |
children | f4dc8e47ee37 |
line wrap: on
line diff
--- a/libtests/0030/prog1.c Tue Jan 06 16:27:01 2009 +0000 +++ b/libtests/0030/prog1.c Sat Jan 10 15:32:42 2009 +0000 @@ -1,18 +1,5 @@ -#include <stdio.h> -#include <stdlib.h> -#include <string.h> -#include <sysexits.h> -#include <fcntl.h> -#include <dirent.h> -#include <unistd.h> -#include <sys/stat.h> -/* - * * #define NDEBUG - * * */ -#include <assert.h> - -#include "../../audioDB_API.h" -#include "../test_utils_lib.h" +#include "audioDB_API.h" +#include "test_utils_lib.h" int main(int argc, char **argv){