Test "make sure to context-switch to idle thread when therad's status is PS_EXITED" on arm64
Change-Id: I757d529e49655e9010022f10414e4d6c9eb4c059 Refs: #1029
This commit is contained in:
committed by
Masamichi Takagi
parent
01b2a1d213
commit
0ee446923a
16
test/mng_mod/issues/1029/arm64/Makefile
Normal file
16
test/mng_mod/issues/1029/arm64/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2018
|
||||
CC=gcc
|
||||
TARGET=sched_test go_test
|
||||
all:: $(TARGET)
|
||||
|
||||
sched_test: sched_test.c
|
||||
$(CC) -o $@ $<
|
||||
|
||||
go_test: go_test.c
|
||||
$(CC) -o $@ $<
|
||||
|
||||
test:: $(TARGET)
|
||||
./run.sh
|
||||
|
||||
clean::
|
||||
rm -f $(TARGET)
|
||||
Reference in New Issue
Block a user