| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 17:30:40 +0100 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2020-01-07 17:30:40 +0100 |
| commit | 43ea7c79785e4ea3518b2d122b6e47891ab478d9 (patch) | |
| tree | 9cf0a3bf9a45b9d34c88d0fdf646dd1e09ce9e82 /src/main.c | |
| parent | 272e335b057dce34304d17074a81d3e3d0cde175 (diff) | |
Adds compatibility test.
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ /**** RELABSD *****************************************************************/ #include <relabsd/client.h> +#include <relabsd/compatibility_test.h> #include <relabsd/config.h> #include <relabsd/debug.h> #include <relabsd/server.h> @@ -41,7 +42,7 @@ int main (int const argc, const char * const * const argv) case RELABSD_PARAMETERS_COMPATIBILITY_TEST_MODE: /* TODO: implement this. */ - RELABSD_S_FATAL("Compatibility test mode not implemented."); + retval = relabsd_compatibility_test_main(argc, argv, ¶ms); break; } |


