Fix "test: runq_lock and over-scheduling fix."

Change-Id: Iedd3b94d6ecd52b9ee67cc9b8a75735428c9fd84
Refs: #1400
This commit is contained in:
Shiratori, Takehiro
2020-03-16 14:14:48 +09:00
committed by Masamichi Takagi
parent 33cba1ad48
commit 4946fbdd82

View 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