Skip to content

Commit

Permalink
run make
Browse files Browse the repository at this point in the history
  • Loading branch information
plavin committed Sep 24, 2024
1 parent 3558593 commit 3785c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sst/elements/ariel/tests/testsuite_default_Ariel.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ def _setup_ariel_test_files(self):
ArielApiDir = "{0}/src/sst/elements/ariel/api".format(ElementsBuildDir)
current_ld_library_path = os.environ.get("LD_LIBRARY_PATH", "")

OSCommand("make", set_cwd=ArielApiDir)

if current_ld_library_path != "":
new_ld_library_path = f"{current_ld_library_path}:{ArielApiDir}"
else:
Expand Down

0 comments on commit 3785c3a

Please sign in to comment.