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:
committed by
Masamichi Takagi
parent
7e748b4ecb
commit
37fd9e0cd2
10
test/issues/1378+1440/Makefile
Normal file
10
test/issues/1378+1440/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
CC = gcc
|
||||
TARGET =
|
||||
|
||||
all:: $(TARGET)
|
||||
|
||||
test:: all
|
||||
sh ./C1378.sh
|
||||
|
||||
clean::
|
||||
rm -f $(TARGET) *.o
|
||||
Reference in New Issue
Block a user