Another test case for select - ptys (when implemented)

This commit is contained in:
Ben Gras
2005-07-19 16:03:39 +00:00
parent 7c91a50061
commit 398119f873
2 changed files with 158 additions and 2 deletions

View File

@@ -5,12 +5,12 @@ CFLAGS = -Wall -D_MINIX -D_POSIX_SOURCE
PROG = speed test00 test01 test02 test03 test04_srv test04_cli test05_srv \
test05_cli test06_srv test06_cli test07_srv test07_cli test08_srv \
test08_cli test09 test10 test11 test12 test13a test13b
test08_cli test09 test10 test11 test12 test13a test13b test14
all: $(PROG)
$(PROG):
$(CC) $(CFLAGS) -o $@ $@.c
$(CC) $(CFLAGS) -o $@ $@.c -lutil
clean:
/usr/bin/rm -f *.o $(PROG)