Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build and testing? #24

Open
decryp2kanon opened this issue Sep 29, 2020 · 0 comments
Open

build and testing? #24

decryp2kanon opened this issue Sep 29, 2020 · 0 comments

Comments

@decryp2kanon
Copy link
Contributor

decryp2kanon commented Sep 29, 2020

  • build+unit_tests+py_tests
./autogen.sh && \
./contrib/install_db4.sh `pwd` && \
export BDB_PREFIX=$PWD/db4 && \
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" && \
make -j14 && \
make check -j14 && \
./test/functional/test_runner.py --jobs=4 --loglevel=DEBUG --previous-releases --coverage --extended
make clean && \
./autogen.sh && \
./contrib/install_db4.sh `pwd` && \
export BDB_PREFIX=$PWD/db4 && \
./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" --enable-endomorphism && \
make -j14 && \
make check -j14 && \
./test/functional/test_runner.py --jobs=4 --loglevel=DEBUG --previous-releases --coverage --extended
  • check
Build Options:
  with endomorphism       = yes
  with ecmult precomp     = yes
@decryp2kanon decryp2kanon changed the title how to build? build and testing? Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant