From 4946fbdd82d2d59170b4760528b8b12092f76a46 Mon Sep 17 00:00:00 2001 From: "Shiratori, Takehiro" Date: Mon, 16 Mar 2020 14:14:48 +0900 Subject: [PATCH] Fix "test: runq_lock and over-scheduling fix." Change-Id: Iedd3b94d6ecd52b9ee67cc9b8a75735428c9fd84 Refs: #1400 --- test/issues/1400/arm64/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/issues/1400/arm64/Makefile diff --git a/test/issues/1400/arm64/Makefile b/test/issues/1400/arm64/Makefile new file mode 100644 index 00000000..53f44b05 --- /dev/null +++ b/test/issues/1400/arm64/Makefile @@ -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