Skip to content
Snippets Groups Projects
Commit e73fbc17 authored by clohr's avatar clohr
Browse files

Ajout d'un make stat

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/xAAL_C/tags/testing_jansson@445 b32b6428-25c9-4566-ad07-03861ab6144f
parent 079ea802
Branches
No related tags found
No related merge requests found
......@@ -11,4 +11,7 @@ test: $(PROG)
test6: $(PROG)
./$(PROG) -a ff15::1dc8 -p 1234
.PHONY: all test test6
stat: $(PROG)
/usr/bin/time -v ./$(PROG) -a 224.0.29.200 -p 1234
.PHONY: all test test6 stat
PROG = dumper
CFLAGS=-Wall
LDFLAGS=-ljansson
all:dumper
all:$(PROG)
test: $(PROG)
./$(PROG) 224.0.29.200 1234
test: dumper
./dumper 224.0.29.200 1234
test6: $(PROG)
./$(PROG) ff15::1dc8 1234
test6: dumper
./dumper ff15::1dc8 1234
stat: $(PROG)
/usr/bin/time -v ./$(PROG) 224.0.29.200 1234
.PHONY: all test test6
.PHONY: all test test6 stat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment