summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index cf01482..e5dcd58 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -105,6 +105,7 @@ int main( int argc, char * const argv[] )
XklDebug( 0, "Xklavier registry loaded\n" );
XklDebug( 0, "Bakend: [%s]\n", XklGetBackendName() );
XklDebug( 0, "Supported features: 0x0%X\n", XklGetBackendFeatures() );
+ XklDebug( 0, "Max number of groups: %d\n", XklGetMaxNumGroups() );
XklConfigRecInit( &currentConfig );
XklConfigGetFromServer( &currentConfig );