Skip to content

Commit

Permalink
mem.sh fix
Browse files Browse the repository at this point in the history
Trying the correct -I flag to Makefile.

Signed-off-by: Anjali Kulkarni <[email protected]>
  • Loading branch information
anjalidk committed Mar 19, 2024
1 parent cda2513 commit dad18c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/MEM/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CC = gcc
export LD_LIBRARY_PATH = `git rev-parse --show-toplevel`
#export LD_LIBRARY_PATH = `git rev-parse --show-toplevel`
export LD_LIBRARY_PATH=/home/runner/work/libresource/libresource
CFLAGS = -g -Wall -Werror -I $(LD_LIBRARY_PATH) -std=gnu99 -L $(LD_LIBRARY_PATH) -lresource
REXE = mem_test mem_test_cg
MFILES = mem_info.*
Expand Down

0 comments on commit dad18c6

Please sign in to comment.