diff options
author | comex | 2015-01-29 01:21:15 -0500 |
---|---|---|
committer | comex | 2015-01-29 01:21:15 -0500 |
commit | 3abf4c09ce3ea173ac9840e97788ca4c477a8aa1 (patch) | |
tree | bcd129df9b384bc4bb646445e44d0f46aa4a8902 /Makefile | |
parent | ***yawn*** (diff) | |
download | substitute-3abf4c09ce3ea173ac9840e97788ca4c477a8aa1.tar.gz |
port some old code
Diffstat (limited to '')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -133,6 +133,7 @@ $(eval $(call define_test,stop-threads,stop-threads,$(CC) -std=c11 out/darwin/st $(eval $(call define_test,execmem,execmem,$(CC) -std=c11 out/darwin/execmem.o -segprot __TEST rwx rx)) $(eval $(call define_test,hook-functions,hook-functions,$(CC) -std=c11 -lsubstitute)) $(eval $(call define_test,posixspawn-hook,posixspawn-hook,$(CC) -std=c11)) +$(eval $(call define_test,htab,htab,$(CC) -std=c11)) out/injected-test-dylib.dylib: test/injected-test-dylib.c Makefile $(CC) -std=c11 -dynamiclib -o $@ $< |