Add config based on PSK-CCM
diff --git a/tests/scripts/test-ref-configs.pl b/tests/scripts/test-ref-configs.pl
index 6587140..fddfe65 100755
--- a/tests/scripts/test-ref-configs.pl
+++ b/tests/scripts/test-ref-configs.pl
@@ -19,6 +19,8 @@
         => "-m tls1_2 -f 'ECDHE-ECDSA.*AES.*GCM'",
     'config-picocoin.h'
         => 0,
+    'config-ccm-psk-tls1_2.h'
+        => '-m tls1_2 -f \'TLS-PSK.*AES.*CCM\'',
 );
 
 # If no config-name is provided, use all known configs.