summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2020-01-07 17:30:40 +0100
committernsensfel <SpamShield0@noot-noot.org>2020-01-07 17:30:40 +0100
commit43ea7c79785e4ea3518b2d122b6e47891ab478d9 (patch)
tree9cf0a3bf9a45b9d34c88d0fdf646dd1e09ce9e82 /src/main.c
parent272e335b057dce34304d17074a81d3e3d0cde175 (diff)
Adds compatibility test.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 79ed9d7..a741f5d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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, &params);
break;
}