This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- a/src/flamenco/runtime/program/vote/Local.mk | |
| +++ b/src/flamenco/runtime/program/vote/Local.mk | |
| @@ -15,3 +15,8 @@ $(call add-objs,fd_vote_state_v3,fd_flamenco) | |
| $(call add-hdrs,fd_vote_state_v4.h) | |
| $(call add-objs,fd_vote_state_v4,fd_flamenco) | |
| + | |
| +ifdef FD_HAS_HOSTED | |
| +$(call make-unit-test,test_stake1_oob,test_stake1_oob,fd_flamenco fd_funk fd_ballet fd_util) | |
| +$(call run-unit-test,test_stake1_oob) |