fold bstr wrap tests into encode tests
diff --git a/test/qcbor_encode_tests.h b/test/qcbor_encode_tests.h
index 0926fa1..fae9f4b 100644
--- a/test/qcbor_encode_tests.h
+++ b/test/qcbor_encode_tests.h
@@ -121,7 +121,13 @@
 /*
  The binary string wrapping of maps and arrays used by COSE
  */
-int BStrWrapTests(void);
+int  bstrwraptest(void);
+
+int bstr_wrap_error_test(void);
+
+int bstr_wrap_nest_test(void);
+
+int cose_sign1_tbs_test(void);