From caa2dd77749dc91d621f01187e20327aa413a3d7 Mon Sep 17 00:00:00 2001 From: comex Date: Sat, 17 Jan 2015 14:40:29 -0500 Subject: interpose works; add test --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fbc04af..2318f7d 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ $(eval $(call define_test,substrate,substrate,$(CXX) -std=c++98)) $(eval $(call define_test,jump-dis,jump-dis,$(CC) -std=c11)) $(eval $(call define_test,imp-forwarding,imp-forwarding,$(CC) -std=c11 -framework Foundation -lobjc)) $(eval $(call define_test,objc-hook,objc-hook,$(CC) -std=c11 -framework Foundation -lsubstitute)) +$(eval $(call define_test,interpose,interpose,$(CC) -std=c11 -lsubstitute)) out/insns-arm.o: test/insns-arm.S Makefile clang -arch armv7 -c -o $@ $< -- cgit v1.2.3