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