Skip to content

Commit f60cf1d

Browse files
committed
Dont build tests on 'make all'
1 parent e3bcecd commit f60cf1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ endif
8080
TESTS=test/blackhole-server.c test/echo-server.c test/test-*.c
8181
BENCHMARKS=test/blackhole-server.c test/echo-server.c test/dns-server.c test/benchmark-*.c
8282

83-
all: uv.a test/run-tests$(E) test/run-benchmarks$(E)
83+
all: uv.a
8484

8585
$(CARES_OBJS): %.o: %.c
8686
$(CC) -o $*.o -c $(CFLAGS) $(CPPFLAGS) $< -DHAVE_CONFIG_H

0 commit comments

Comments
 (0)