Skip to content

Commit 792f965

Browse files
committed
balar tests: stage balar_packet_wire.h for the cudart build
balar_packet.h now includes balar_packet_wire.h, so the test harness must symlink the wire header alongside balar_packet.h/balar_consts.h.
1 parent 511a463 commit 792f965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/sst/elements/balar/tests/testBalar_testsuite_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,7 @@ def _setupbalarTestFiles(self):
590590
# Copy the shared packet definition files from balar src
591591
os_symlink_file(self.balarElementDir, tmpdir, "balar_packet.h")
592592
os_symlink_file(self.balarElementDir, tmpdir, "balar_consts.h")
593+
os_symlink_file(self.balarElementDir, tmpdir, "balar_packet_wire.h")
593594

594595
src_cudart_dir = os.path.abspath("{0}/libcudart".format(test_path))
595596
for f in os.listdir(src_cudart_dir):

0 commit comments

Comments
 (0)