mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Improve Buffer and Slice:
* Make Buffer constructible from a Slice * Fix self-move-assignment in Buffer * Add unit tests
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
//==============================================================================
|
||||
|
||||
#include <test/basics/base_uint_test.cpp>
|
||||
#include <test/basics/Buffer_test.cpp>
|
||||
#include <test/basics/CheckLibraryVersions_test.cpp>
|
||||
#include <test/basics/contract_test.cpp>
|
||||
#include <test/basics/hardened_hash_test.cpp>
|
||||
@@ -26,4 +27,4 @@
|
||||
#include <test/basics/mulDiv_test.cpp>
|
||||
#include <test/basics/RangeSet_test.cpp>
|
||||
#include <test/basics/StringUtilities_test.cpp>
|
||||
#include <test/basics/TaggedCache_test.cpp>
|
||||
#include <test/basics/TaggedCache_test.cpp>
|
||||
|
||||
Reference in New Issue
Block a user