test: Add testcase for #1122
Refs: #1122 Change-Id: Ieafee7469d1397461abf05552ffad0bfea1dd6cd
This commit is contained in:
committed by
Masamichi Takagi
parent
e1f204de4a
commit
229b041320
14
test/issues/1122/Makefile
Normal file
14
test/issues/1122/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
CC = gcc
|
||||
TARGET=
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
@sh ./C1122.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user