WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3e429f3

Browse files
committed
Add unit test for the new scheduler
This unit test cover task.c, mutex.c, and semaphore.c APIs that related to task state transition.
1 parent 42ffe34 commit 3e429f3

File tree

2 files changed

+518
-1
lines changed

2 files changed

+518
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deps += $(LIB_OBJS:%.o=%.o.d)
2929
APPS := coop echo hello mqueues semaphore mutex cond \
3030
pipes pipes_small pipes_struct prodcons progress \
3131
rtsched suspend test64 timer timer_kill \
32-
cpubench test_libc
32+
cpubench test_libc test_sched
3333

3434
# Output files for __link target
3535
IMAGE_BASE := $(BUILD_DIR)/image

0 commit comments

Comments
 (0)