Skip to content

Commit

Permalink
Update Makefiles to fit new test files locations.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenweigc committed Apr 21, 2024
1 parent 8a0f292 commit 22641e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ clean:

.PHONY: valgrind
valgrind:
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) test1.csv FIFO > /dev/null
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) test2.csv FIFO > /dev/null
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) input.csv FIFO > /dev/null
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) TestCases/test1.csv FIFO > /dev/null
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) TestCases/test2.csv FIFO > /dev/null
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes ./$(TARGET) TestCases/test3.csv FIFO > /dev/null

.PHONY: all
all: clean $(TARGET)
Expand Down

0 comments on commit 22641e6

Please sign in to comment.