Fix test of "make sure to context-switch to idle thread when therad's status is PS_EXITED"

Change-Id: I62ea813656805b6250b0465853e8fa2918b0c86b
Refs: #1029
Refs: #1227
This commit is contained in:
Masamichi Takagi
2018-11-30 12:57:11 +09:00
parent 6b293409e5
commit dbe5e99cf9
3 changed files with 12 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
include $(HOME)/.mck_test_config.mk
CC=gcc
MCK_DIR=/home/satoken/ppos
MCEXEC=$(MCK_DIR)/bin/mcexec
TARGET=sched_test go_test
all:: $(TARGET)