Fix "test: runq_lock and over-scheduling fix."
Change-Id: Iedd3b94d6ecd52b9ee67cc9b8a75735428c9fd84 Refs: #1400
This commit is contained in:
committed by
Masamichi Takagi
parent
33cba1ad48
commit
4946fbdd82
10
test/issues/1400/arm64/Makefile
Normal file
10
test/issues/1400/arm64/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# Makefile COPYRIGHT FUJITSU LIMITED 2020
|
||||
|
||||
all:
|
||||
$(CC) 1400_arm64.c -o 1400_arm64 -Wall
|
||||
|
||||
test: all
|
||||
./1400.sh
|
||||
|
||||
clean:
|
||||
rm -f 1400_arm64
|
||||
Reference in New Issue
Block a user