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

fix CTest #2828

Merged
merged 2 commits into from Sep 18, 2023
Merged

fix CTest #2828

merged 2 commits into from Sep 18, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Sep 15, 2023

  1. set WORKING_DIRECTORY for runUnitTest_cc and runUnitTest_c (help find the graph files);
  2. set BUILD_RPATH for deepmd_cc. (help find deepmd_op)

Then CTest should work, using either the ctest or cmake --build . --target test command.

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0d5737f) 75.45% compared to head (366ee3a) 75.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #2828   +/-   ##
=======================================
  Coverage   75.45%   75.45%           
=======================================
  Files         242      242           
  Lines       24205    24205           
  Branches     1537     1537           
=======================================
  Hits        18265    18265           
  Misses       5023     5023           
  Partials      917      917           

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

@wanghan-iapcm wanghan-iapcm merged commit c92d1f1 into deepmodeling:devel Sep 18, 2023
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants