summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile b/test/Makefile
index aed85a5..6a568e2 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -27,10 +27,10 @@ functest:
%_test: %_test.c
${CC} -o $@ ${CFLAGS} $<
-randomtest: getrandom_test use_lib_getrandom libgetrandom.so repeat_random getentropy_test
+randomtest: getrandom_test repeat_random getentropy_test
./randomtest.sh
-getpidtest: use_lib_getpid libgetpid.so
+getpidtest:
./pidtest.sh
syscalltest: syscall_test