aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorcomex2015-01-17 14:40:29 -0500
committercomex2015-01-17 14:40:29 -0500
commitcaa2dd77749dc91d621f01187e20327aa413a3d7 (patch)
tree7d033f9b653fa37f34aa35e36947a7bac5f3e91f /Makefile
parentadd an assert (diff)
downloadsubstitute-caa2dd77749dc91d621f01187e20327aa413a3d7.tar.gz
interpose works; add test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 $@ $<