Skip to content

Commit f2a35b3

Browse files
committed
Add unit test for the new scheduler
1 parent 3c285e0 commit f2a35b3

File tree

2 files changed

+401
-1
lines changed

2 files changed

+401
-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)