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

Not building test-contracts by default #6728

Merged
merged 5 commits into from
Feb 13, 2019
Merged

Conversation

johndebord
Copy link
Contributor

Change Description

By default, the contracts in directory eos/unittests/test-contracts/ shall not be built, but have their respective .wasm's and .abi's copied over to the build directory. This is to prevent CLion users and the like from running into headaches when getting up and running. But, if a user so chooses, the flag EOSIO_COMPILE_TEST_CONTRACTS can be explicitly set to tell CMake to build the contracts using the machine's currently installed eosio.cdt.

For example:
~/eos/build$ cmake -DEOSIO_COMPILE_TEST_CONTRACTS=TRUE ..

Consensus Changes

N/A

API Changes

N/A

Documentation Additions

N/A

@johndebord johndebord requested a review from larryk85 February 12, 2019 23:03
@johndebord johndebord merged commit 59f4aaa into develop Feb 13, 2019
@arhag arhag deleted the jd-building-test-contracts branch February 13, 2019 16:35
@johndebord johndebord removed the request for review from larryk85 February 13, 2019 23:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants