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

Makefile: update test command #248

Merged
merged 3 commits into from
Nov 1, 2017
Merged

Makefile: update test command #248

merged 3 commits into from
Nov 1, 2017

Conversation

vixentael
Copy link
Contributor

@vixentael vixentael commented Nov 1, 2017

In order to unify commands among all products:

  • make install will install themis-core

  • make test will test themis-core

  • make install_all will install all themis packages using their native installation ways

  • make test_all will test all themis packages

@vixentael vixentael changed the title add install_all target to makefile; move themissp tests to test t… Makefile: update test command Nov 1, 2017
@vixentael vixentael self-assigned this Nov 1, 2017
@vixentael vixentael added enhancement infrastructure Automated building and packaging labels Nov 1, 2017
tests/test.mk Outdated
$(TEST_BIN_PATH)/soter_test
@echo "------------------------------------------------------------"
$(TEST_BIN_PATH)/themis_test
@echo "------------------------------------------------------------"

# require all dependencies to be installed
test_spp:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets name it test_pp or test_cpp? (themispp == themis for C++)

@vixentael vixentael merged commit 992a62a into master Nov 1, 2017
@vixentael vixentael deleted the vixentael/makefile branch November 1, 2017 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement infrastructure Automated building and packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants