Add test programs for #1190
Change-Id: Icb63e898d5882e1fab18e6af7859af50448a1d60
This commit is contained in:
committed by
Dominique Martinet
parent
950ea678dd
commit
0a49b6eca5
9
test/issues/1190/Makefile
Normal file
9
test/issues/1190/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
TARGET=
|
||||
|
||||
all:: $(TARGET)
|
||||
|
||||
test:: $(TARGET)
|
||||
sh ./C1190.sh
|
||||
|
||||
clean::
|
||||
rm -f *.o $(TARGET)
|
||||
Reference in New Issue
Block a user