Skip to content

Commit

Permalink
[libc][tests] pull over printf unit tests from fuchsia
Browse files Browse the repository at this point in the history
The fuchsia printf unit tests are a derivative of the current LK ones in
app/tests, but have been somewhat expanded. Pull in the new copy and add
it to the new libc test module.
  • Loading branch information
travisg committed Apr 24, 2024
1 parent 253bb82 commit 45155fd
Show file tree
Hide file tree
Showing 3 changed files with 489 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/libc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ MODULE_COMPILEFLAGS += -fno-builtin

MODULE_OPTIONS := extra_warnings

ifeq ($(call TOBOOL,WITH_TESTS),true)
MODULE_DEPS += $(LOCAL_DIR)/test
endif

include $(LOCAL_DIR)/string/rules.mk

include make/module.mk
Loading

0 comments on commit 45155fd

Please sign in to comment.