summaryrefslogtreecommitdiff
path: root/testprogs/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/Makefile.in')
-rw-r--r--testprogs/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/testprogs/Makefile.in b/testprogs/Makefile.in
index 45e1c73e..293ed888 100644
--- a/testprogs/Makefile.in
+++ b/testprogs/Makefile.in
@@ -85,6 +85,7 @@ SRC = @VALGRINDTEST_SRC@ \
findalldevstest-perf.c \
findalldevstest.c \
opentest.c \
+ nonblocktest.c \
reactivatetest.c \
selpolltest.c \
threadsignaltest.c \
@@ -126,6 +127,10 @@ opentest: $(srcdir)/opentest.c ../libpcap.a
$(CC) $(FULL_CFLAGS) -I. -L. -o opentest $(srcdir)/opentest.c \
../libpcap.a $(LIBS)
+nonblocktest: $(srcdir)/nonblocktest.c ../libpcap.a
+ $(CC) $(FULL_CFLAGS) -I. -L. -o nonblocktest $(srcdir)/nonblocktest.c \
+ ../libpcap.a $(LIBS)
+
reactivatetest: $(srcdir)/reactivatetest.c ../libpcap.a
$(CC) $(FULL_CFLAGS) -I. -L. -o reactivatetest \
$(srcdir)/reactivatetest.c ../libpcap.a $(LIBS)