diff options
author | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
---|---|---|
committer | Hartmut Brandt <harti@FreeBSD.org> | 2020-03-31 17:50:32 +0000 |
commit | d5efa260d9c878d89fea33cb2c5d637ba91eea45 (patch) | |
tree | ec17b997212dba12844effe35416883ffc546aed /tests/main.cc | |
parent | cf7f444550f07e0e64bc037f6454eb721dd3df67 (diff) |
Import version 1.14 of bsnmp. This mainly consists of bug fixesvendor/bsnmp/1.14vendor/bsnmp
in the ASN.1 functions and comes with a test suite for these
functions.
Notes
Notes:
svn path=/vendor/bsnmp/dist/; revision=359490
svn path=/vendor/1.14/; revision=359491; tag=vendor/bsnmp/1.14
Diffstat (limited to 'tests/main.cc')
-rw-r--r-- | tests/main.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.cc b/tests/main.cc new file mode 100644 index 000000000000..582507376c60 --- /dev/null +++ b/tests/main.cc @@ -0,0 +1,2 @@ +#define CATCH_CONFIG_MAIN +#include "catch.hpp" |