summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;
}