Skip to content

Commit

Permalink
incorrect makefile params
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump committed May 16, 2024
1 parent 60dae3f commit 7a7d785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ballet/sbpf/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $(call add-hdrs,fd_sbpf_instr.h fd_sbpf_loader.h fd_sbpf_opcodes.h)
$(call add-objs,fd_sbpf_loader,fd_ballet)
ifdef FD_HAS_HOSTED
$(call make-unit-test,test_sbpf_load_prog,test_sbpf_load_prog,fd_ballet fd_util)
$(call make-unit-test,test_sbpf_unit,test_sbpf_unit,fd_ballet fd_util)
$(call run-unit-test,test_sbpf_unit)
$(call make-unit-test,test_sbpf_loader,test_sbpf_unit,fd_ballet fd_util)
$(call run-unit-test,test_sbpf_loader)
endif
$(call make-fuzz-test,fuzz_sbpf_loader,fuzz_sbpf_loader,fd_ballet fd_util)

0 comments on commit 7a7d785

Please sign in to comment.