diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-02-29 21:02:42 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-02-29 21:02:42 +0100 |
commit | 410a5b341f4b6246fcebdeab18251f85f3f1bda7 (patch) | |
tree | f8ca616cab500daad8efd149aa87d0f513b39b25 /tests/Makefile.am | |
parent | 7e808e2ef7e3e6eee0027502d8670157bd4983f9 (diff) | |
download | weechat-410a5b341f4b6246fcebdeab18251f85f3f1bda7.zip |
api: add functions string_hash_binary and string_hash
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 68e7c6765..fa5e596f3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -35,6 +35,7 @@ lib_weechat_unit_tests_core_a_SOURCES = unit/test-plugins.cpp \ unit/core/test-core-url.cpp \ unit/core/test-core-utf8.cpp \ unit/core/test-core-util.cpp \ + unit/core/test-core.h \ unit/gui/test-gui-color.cpp \ unit/gui/test-gui-line.cpp \ unit/gui/test-gui-nick.cpp \ |