Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CantelopePeel committed Sep 7, 2023
1 parent 407785a commit 05516ff
Show file tree
Hide file tree
Showing 14 changed files with 727 additions and 32 deletions.
1 change: 0 additions & 1 deletion src/util/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ $(call make-lib,fd_util)
$(call add-hdrs,fd_util_base.h fd_util.h)
$(call add-objs,fd_hash fd_util,fd_util)
$(call make-unit-test,test_util_base,test_util_base,fd_util)
$(call make-unit-test,test_util,test_util,fd_util)
$(call run-unit-test,test_util_base,)
$(call run-unit-test,test_util,)
4 changes: 3 additions & 1 deletion src/util/toml/Local.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
$(call add-hdrs,fd_toml.h)
$(call add-objs,fd_toml,fd_util)
$(call add-objs,fd_toml,fd_util)
$(call make-unit-test,test_toml,test_toml,fd_util)
$(call run-unit-test,test_toml,)
Loading

0 comments on commit 05516ff

Please sign in to comment.