diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-02-21 15:57:02 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-04-20 14:57:48 +0000 |
commit | 69749fbe6a95f45eb7a695a5f89be87e55c91fb8 (patch) | |
tree | d063fea75993299a426057b007bdd38c73dd969a /src/Makefile.am | |
parent | 299544f9c5375810f3b4f70e68d2340fe689108a (diff) |
tests: Add fuzzing harness for Golomb-Rice coding (GolombRiceEncode/GolombRiceDecode)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ae95902f67..9a4fdfdacf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -215,6 +215,7 @@ BITCOIN_CORE_H = \ util/check.h \ util/error.h \ util/fees.h \ + util/golombrice.h \ util/spanparsing.h \ util/system.h \ util/macros.h \ |