Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
cleanup cmake and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deck committed Mar 3, 2021
1 parent 36b6b73 commit 9c0e309
Show file tree
Hide file tree
Showing 20 changed files with 72 additions and 12,037 deletions.
10 changes: 0 additions & 10 deletions contracts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ find_package(eosio.cdt)

set(ICON_BASE_URL "http://127.0.0.1/ricardian_assets/eosio.contracts/icons")

set(ACCOUNT_ICON_URI "account.png#3d55a2fc3a5c20b456f5657faf666bc25ffd06f4836c5e8256f741149b0b294f")
set(ADMIN_ICON_URI "admin.png#9bf1cec664863bd6aaac0f814b235f8799fb02c850e9aa5da34e8a004bd6518e")
set(MULTISIG_ICON_URI "multisig.png#4fb41d3cf02d0dd2d35a29308e93c2d826ec770d6bb520db668f530764be7153")
set(RESOURCE_ICON_URI "resource.png#3830f1ce8cb07f7757dbcf383b1ec1b11914ac34a1f9d8b065f07600fa9dac19")
set(REX_ICON_URI "rex.png#d229837fa62a464b9c71e06060aa86179adf0b3f4e3b8c4f9702f4f4b0c340a8")
set(TOKEN_ICON_URI "token.png#207ff68b0406eaa56618b08bda81d6a0954543f36adc328ab3065f31a5c5d654")
set(TRANSFER_ICON_URI "transfer.png#5dfad0df72772ee1ccc155e670c1d124f5c5122f1d5027565df38b418042d1dd")
set(VOTING_ICON_URI "voting.png#db28cd3db6e62d4509af3644ce7d377329482a14bb4bfaca2aa5f1400d8e8a84")

add_subdirectory(eosio.bios)
add_subdirectory(eosio.msig)
add_subdirectory(eosio.system)
add_subdirectory(eosio.token)
add_subdirectory(eosio.wrap)
1,002 changes: 0 additions & 1,002 deletions tests/eosio.msig_tests.cpp

This file was deleted.

858 changes: 0 additions & 858 deletions tests/eosio.powerup_tests.cpp

This file was deleted.

1,126 changes: 0 additions & 1,126 deletions tests/eosio.system_tester.hpp

This file was deleted.

5,712 changes: 0 additions & 5,712 deletions tests/eosio.system_tests.cpp

This file was deleted.

142 changes: 71 additions & 71 deletions tests/eosio.token_tests.cpp

Large diffs are not rendered by default.

368 changes: 0 additions & 368 deletions tests/eosio.wrap_tests.cpp

This file was deleted.

4 changes: 1 addition & 3 deletions tests/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
#include <eosio/chain/exceptions.hpp>
#include <Runtime/Runtime.h>

#include "eosio.system_tester.hpp"

using namespace eosio_system;
// using namespace eosio_system;
#define BOOST_TEST_STATIC_LINK

void translate_fc_exception(const fc::exception &e) {
Expand Down
Binary file removed tests/test_contracts/exchange.wasm
Binary file not shown.
Loading

0 comments on commit 9c0e309

Please sign in to comment.