bstr enter test is working (but still more work and testing to do)
diff --git a/test/qcbor_decode_tests.h b/test/qcbor_decode_tests.h
index 5bb0d48..9c83109 100644
--- a/test/qcbor_decode_tests.h
+++ b/test/qcbor_decode_tests.h
@@ -266,4 +266,11 @@
 */
 int32_t IntToTests(void);
 
+
+/*
+ Test the decoding of bstr-wrapped CBOR.
+ */
+int32_t EnterBstrTest(void);
+
+
 #endif /* defined(__QCBOR__qcbort_decode_tests__) */