diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:49:01 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-09-25 16:49:01 +0200 |
commit | 08ada1fa8b79c9579b00248efb1b7ba3b44df9bc (patch) | |
tree | 6aad3f107c0f9c7fc070c8c0a4a89db5709c7a33 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #2435 (diff) | |
parent | blockchain: reject unsorted ins and outs from v7 (diff) | |
download | monero-08ada1fa8b79c9579b00248efb1b7ba3b44df9bc.tar.xz |
Merge pull request #2440
6137a0b9 blockchain: reject unsorted ins and outs from v7 (moneromooo-monero)
16afab90 core: sort ins and outs key key image and public key, respectively (moneromooo-monero)
0c36b9f9 common: add apply_permutation file and function (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index f5e08b102..a7f120443 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -27,6 +27,7 @@ # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. set(unit_tests_sources + apply_permutation.cpp address_from_url.cpp ban.cpp base58.cpp |