mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
randomtest.sh requires librandom.so to be present
In some configurations, GNU make might treat librandom.so as an ephemeral/intermediate build artifact and destroy it before randomtest.sh is run. This ensures the shared object is present when needed.
This commit is contained in:
@@ -25,7 +25,7 @@ functest:
|
||||
getrandom_test: getrandom_test.c
|
||||
${CC} -o $@ ${CFLAGS} $<
|
||||
|
||||
randomtest: getrandom_test use_lib_random
|
||||
randomtest: getrandom_test use_lib_random librandom.so
|
||||
./randomtest.sh
|
||||
|
||||
librandom.o: librandom.c
|
||||
|
||||
Reference in New Issue
Block a user