commit | 0750fc46dd1e184c7a57c0def301f5ee049354f5 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 20 21:02:34 2020 -0700 |
committer | Laurence Lundblade <lgl@securitytheory.com> | Sat Jun 20 21:02:34 2020 -0700 |
tree | a19dca11a0c2bae77c124d6f64a1acf18d8d5b30 | |
parent | aa965d708ca2603fed38cada092ba0d3af187ce0 [diff] [blame] |
bstr enter test is working (but still more work and testing to do)
diff --git a/test/run_tests.c b/test/run_tests.c index a719654..35e6c9d 100644 --- a/test/run_tests.c +++ b/test/run_tests.c
@@ -56,6 +56,7 @@ static test_entry s_tests[] = { + TEST_ENTRY(EnterBstrTest), TEST_ENTRY(IntegerConvertTest), TEST_ENTRY(EnterMapTest), TEST_ENTRY(QCBORHeadTest),