Skip to content
Snippets Groups Projects
Commit 776eea61 authored by raphael.bach's avatar raphael.bach
Browse files

Fix tests target in makefile

parent 6760d7a0
No related branches found
No related tags found
No related merge requests found
...@@ -263,8 +263,8 @@ test: ...@@ -263,8 +263,8 @@ test:
.PHONY: tests .PHONY: tests
tests: tests:
./sparse2img.out img/in.simg img/out.img 2> $(ANALYZE_PATH)/valgrind_sparse2img ./sparse2img.out img/in.simg img/out.img
./img2sparse.out img/in.img img/out.simg 1024 2> $(ANALYZE_PATH)/valgrind_img2sparse ./img2sparse.out img/in.img img/out.simg 1024
md5sum -c md5_sum_file md5sum -c md5_sum_file
%.info: %.o %.info: %.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment