diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-05 19:05:06 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-04-05 19:05:06 +0200 |
| commit | eeea65526dfd0301a7759a978a5b8fcbcf5baecd (patch) | |
| tree | ba40619c81936a8aec52b90bd2043617e9b17700 /src/proj_api.h | |
| parent | afebe65cb503e40f9a89b5f931a1f94fb545e067 (diff) | |
| download | PROJ-eeea65526dfd0301a7759a978a5b8fcbcf5baecd.tar.gz PROJ-eeea65526dfd0301a7759a978a5b8fcbcf5baecd.zip | |
Some initial work on internal regression tests
Need these to reduce the chance I'm screwing up something during this
rather intrusive code surgery
Diffstat (limited to 'src/proj_api.h')
| -rw-r--r-- | src/proj_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_api.h b/src/proj_api.h index dd25d61a..24a6f053 100644 --- a/src/proj_api.h +++ b/src/proj_api.h @@ -168,6 +168,9 @@ char *pj_ctx_fgets(projCtx ctx, char *line, int size, PAFile file); PAFile pj_open_lib(projCtx, const char *, const char *); +int pj_run_selftests (int verbosity); + + #define PJ_LOG_NONE 0 #define PJ_LOG_ERROR 1 #define PJ_LOG_DEBUG_MAJOR 2 |
