Skip to content

Commit

Permalink
Fix mem.sh bug
Browse files Browse the repository at this point in the history
Need to cd to the correct directory before doing make.

Signed-off-by: Anjali Kulkarni <[email protected]>
  • Loading branch information
anjalidk committed Mar 19, 2024
1 parent 5a3d9cb commit cda2513
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/MEM/mem.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh

# Enable -DTESTING in Makefile and the recompile library - make

export LD_LIBRARY_PATH=`git rev-parse --show-toplevel`
cd $LD_LIBRARY_PATH/tests/MEM

make clean

make mem_test
Expand Down

0 comments on commit cda2513

Please sign in to comment.