diff options
author | comex | 2015-01-17 14:40:29 -0500 |
---|---|---|
committer | comex | 2015-01-17 14:40:29 -0500 |
commit | caa2dd77749dc91d621f01187e20327aa413a3d7 (patch) | |
tree | 7d033f9b653fa37f34aa35e36947a7bac5f3e91f /Makefile | |
parent | add an assert (diff) | |
download | substitute-caa2dd77749dc91d621f01187e20327aa413a3d7.tar.gz |
interpose works; add test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ $< |