xref: /haiku/src/tests/kits/net/urlRequest/Jamfile (revision f2b4344867e97c3f4e742a1b4a15e6879644601a)
1SubDir HAIKU_TOP src tests kits net urlRequest ;
2
3Application urlRequest_test
4	: urlRequest_test.cpp
5	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
6	;
7
8Application urlAuth_test
9	: urlAuth_test.cpp
10	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
11	;
12
13Application urlUpload_test
14	: urlUpload_test.cpp
15	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
16	;
17
18Application urlAuthBasic_test
19	: urlAuthBasic_test.cpp
20	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
21	;
22
23Application urlProtocolListener_test
24	: urlProtocolListener_test.cpp
25	: be $(TARGET_NETWORK_LIBS) $(HAIKU_NETAPI_LIB) $(TARGET_LIBSTDC++)
26	;
27