From 43ea7c79785e4ea3518b2d122b6e47891ab478d9 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 7 Jan 2020 17:30:40 +0100 Subject: Adds compatibility test. --- src/main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.c') 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 +#include #include #include #include @@ -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; } -- cgit v1.2.3-70-g09d2