Skip to content

Commit

Permalink
Merge pull request #13 from eosnetworkfoundation/update-mandel
Browse files Browse the repository at this point in the history
Fix tests to be compatable with Mandel
  • Loading branch information
tbfleming authored Jan 31, 2022
2 parents d050512 + 0db14f2 commit bfc909a
Show file tree
Hide file tree
Showing 9 changed files with 1,070 additions and 1,070 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
mkdir build
${DOCKER} bash -c "cd build && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=yes .."
echo =====
${DOCKER} bash -c "cd build && make -j $(nproc)"
${DOCKER} bash -c "cd build && make -j $(nproc) VERBOSE=1"
echo =====
tar -pczf build.tar.gz build
echo =====
Expand Down
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required( VERSION 3.5 )

set(EOSIO_VERSION_MIN "2.0")
set(EOSIO_VERSION_SOFT_MAX "2.0")
set(EOSIO_VERSION_SOFT_MAX "3.0")
#set(EOSIO_VERSION_HARD_MAX "")

find_package(eosio)
Expand Down
136 changes: 68 additions & 68 deletions tests/eosio.limitauth_tests.cpp

Large diffs are not rendered by default.

346 changes: 173 additions & 173 deletions tests/eosio.msig_tests.cpp

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions tests/eosio.powerup_tests.cpp

Large diffs are not rendered by default.

212 changes: 106 additions & 106 deletions tests/eosio.system_tester.hpp

Large diffs are not rendered by default.

1,030 changes: 515 additions & 515 deletions tests/eosio.system_tests.cpp

Large diffs are not rendered by default.

136 changes: 68 additions & 68 deletions tests/eosio.token_tests.cpp

Large diffs are not rendered by default.

130 changes: 65 additions & 65 deletions tests/eosio.wrap_tests.cpp

Large diffs are not rendered by default.

0 comments on commit bfc909a

Please sign in to comment.