diff options
Diffstat (limited to 'src/gistatic.h')
-rw-r--r-- | src/gistatic.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gistatic.h b/src/gistatic.h index 03c02f6..7e022fa 100644 --- a/src/gistatic.h +++ b/src/gistatic.h @@ -3,4 +3,8 @@ int gistatic_main(int argc, char *argv[]); +#ifdef TEST +void unit_tests_gistatic(void); +#endif + #endif |