X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=tools%2Ftesting%2Fradix-tree%2FMakefile;h=f2e07f2fd4b48282a274aae7c667a25116ab4505;hp=9d0919ed52a4088d237ba47aa00219e1e1dee47b;hb=eec4852543e4e6edbb6cab512fd1edc70c1f7a18;hpb=93c26d7dc02380fe11e57ff0d152368743762169 diff --git a/tools/testing/radix-tree/Makefile b/tools/testing/radix-tree/Makefile index 9d0919ed52a4..f2e07f2fd4b4 100644 --- a/tools/testing/radix-tree/Makefile +++ b/tools/testing/radix-tree/Makefile @@ -3,7 +3,8 @@ CFLAGS += -I. -g -O2 -Wall -D_LGPL_SOURCE LDFLAGS += -lpthread -lurcu TARGETS = main OFILES = main.o radix-tree.o linux.o test.o tag_check.o find_next_bit.o \ - regression1.o regression2.o regression3.o multiorder.o + regression1.o regression2.o regression3.o multiorder.o \ + iteration_check.o targets: $(TARGETS)