Lines Matching refs:tests
18 @@ -131,12 +131,19 @@ utils/tests/%: PRELIBS+=$(LIBWVSTREAMS)
22 -TARGETS += crypto/tests/ssltest ipstreams/tests/unixtest
23 +TARGETS += crypto/tests/ssltest …
24 +crypto/tests/ssltest: $(LIBWVSTREAMS) …
26 +TARGETS += ipstreams/tests/unixtest
27 +ipstreams/tests/unixtest: $(LIBWVSTREAMS)
29 TARGETS += crypto/tests/printcert
30 +crypto/tests/printcert: $(LIBWVSTREAMS)
34 TARGETS += ipstreams/tests/wsd
35 + ipstreams/tests/wsd: $(LIBWVSTREAMS)
36 ipstreams/tests/wsd-LIBS += -lreadline
38 TEST_SKIP_OBJS += ipstreams/tests/wsd
39 @@ -179,7 +186,11 @@ uniconf/tests/%: PRELIBS+=$(LIBUNICONF)
43 - TARGETS += dbus/tests/wvdbus dbus/tests/wvdbusd
44 + TARGETS += dbus/tests/wvdbus
45 + dbus/tests/wvdbus: $(LIBWVDBUS)
47 + TARGETS += dbus/tests/wvdbusd
48 + dbus/tests/wvdbusd: $(LIBWVDBUS)
49 TESTS += $(call tests_cc,dbus/tests)