test: Add test programs for #1158
refs: #1158 Change-Id: I853dd84f5433a01da510813e9fb1276e5477f73f
This commit is contained in:
committed by
Masamichi Takagi
parent
42b9b31606
commit
ab284b0531
14
test/issues/1158/Makefile
Normal file
14
test/issues/1158/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
CC = gcc
|
||||
TARGET=
|
||||
|
||||
CPPFLAGS =
|
||||
LDFLAGS =
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
@sh ./C1158.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o
|
||||
|
||||
Reference in New Issue
Block a user