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

KMC_CFFI_EXCLUDE Test Patch #221

Merged
merged 3 commits into from
Jan 23, 2024
Merged

Conversation

dccutrig
Copy link
Contributor

Opening PR for review and more sets of eyes.

@dccutrig dccutrig added the kmc NASA JPL KMC label Jan 23, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1a8a46f) 72.00% compared to head (8d8c7ba) 72.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #221   +/-   ##
=======================================
  Coverage   72.00%   72.00%           
=======================================
  Files           8        8           
  Lines        2668     2668           
  Branches      427      427           
=======================================
  Hits         1921     1921           
  Misses        583      583           
  Partials      164      164           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -9,4 +9,4 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/env.sh

cmake $BASE_DIR -DCODECOV=1 -DDEBUG=1 -DCRYPTO_KMC=1 -DKEY_KMC=1 -DMC_DISABLED=1 -DSA_MARIADB=1 -DTEST=1 -DTEST_ENC=1 && make && make test
cmake $BASE_DIR -DCODECOV=1 -DDEBUG=1 -DCRYPTO_KMC=1 -DKEY_KMC=1 -DMC_DISABLED=1 -DSA_MARIADB=1 -DTEST=1 -DTEST_ENC=1 -DKMC_CFFI_EXCLUDE && make && make test
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like you need -DKMC_CFFI_EXCLUDE=1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah of course

@dccutrig dccutrig merged commit 009cc19 into dev Jan 23, 2024
4 checks passed
@jlucas9 jlucas9 deleted the 220-cffi_exclude-for-kmc-compilation branch March 20, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kmc NASA JPL KMC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants