Genericize build rules for testing external libraries with constructor

This paves the way for testing other interceptions like getpid() with
shared objects that do devious things in their consturctors.
This commit is contained in:
Daniel Kahn Gillmor
2021-02-24 10:30:22 -05:00
parent 8de66f799f
commit f6ddc32695
2 changed files with 8 additions and 8 deletions

4
.gitignore vendored
View File

@@ -2,8 +2,8 @@
*.so.1
timetest
test/getrandom_test
test/librandom.o
test/librandom.so
test/lib*.o
test/lib*.so
test/use_lib_random
src/libfaketime.dylib.1