Skip to content

Commit 9d0b414

Browse files
committed
make test_bundle_client only if FD_HAS_SSE
1 parent 90e5f81 commit 9d0b414

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/disco/bundle/Local.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ endif
88
$(call add-hdrs,fd_bundle_tile.h)
99
$(call add-objs,fd_bundle_auth fd_bundle_client,fd_disco)
1010
ifdef FD_HAS_HOSTED
11+
ifdef FD_HAS_SSE
1112
$(call make-unit-test,test_bundle_client,test_bundle_client,fd_disco fd_waltz fd_flamenco fd_tango fd_ballet fd_util,$(OPENSSL_LIBS))
13+
endif
1214
$(call make-fuzz-test,fuzz_bundle_auth_resp,fuzz_bundle_auth_resp,fd_disco fd_waltz fd_flamenco fd_tango fd_ballet fd_util,$(OPENSSL_LIBS))
1315
endif
1416

0 commit comments

Comments
 (0)