test: Add test programs for #1195
Refs: #1195 Change-Id: I21339f2597caf1704cc7d104e4bc5835d5270af6
This commit is contained in:
8
test/issues/1195/Makefile
Normal file
8
test/issues/1195/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
@sh ./C1195.sh
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) *.o CT*.txt
|
||||
|
||||
Reference in New Issue
Block a user