Tests for DB hash. More...
#include <sys/types.h>#include <sys/time.h>#include <sys/resource.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include <fcntl.h>#include "op_sample_file.h"#include "odb.h"
Defines | |
| #define | TEST_FILENAME "test-hash-db.dat" |
| #define | verbprintf(args...) |
Functions | |
| int | main (int argc, char *argv[1]) |
Tests for DB hash.
| #define TEST_FILENAME "test-hash-db.dat" |
Referenced by main().
| #define verbprintf | ( | args... | ) |
do { \ if (verbose) \ printf(args); \ } while (0)
| int main | ( | int | argc, | |
| char * | argv[1] | |||
| ) |
References TEST_FILENAME.
1.6.1