test: rt_sigtimedwait: Add test cases for SIG_IGN and real-time signal

Change-Id: I4abafe73d81cfa77167289477ea8c5af701e7f2e
Refs: #1378
Refs: #1440
This commit is contained in:
Tomoki Shirasawa
2020-02-20 10:38:57 +09:00
committed by Masamichi Takagi
parent 7e748b4ecb
commit 37fd9e0cd2
5 changed files with 351 additions and 0 deletions

View File

@ -0,0 +1,10 @@
CC = gcc
TARGET =
all:: $(TARGET)
test:: all
sh ./C1378.sh
clean::
rm -f $(TARGET) *.o