mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
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:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user