mem: Fix condition of whether in McKernel
Refs: #1324, #1329 Change-Id: I72bd69dbe65928f083b24513d50d29cabf3d6dff
This commit is contained in:
committed by
Masamichi Takagi
parent
dca1cb2625
commit
e069694c12
11
test/issues/1324+1329/Makefile
Normal file
11
test/issues/1324+1329/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=
|
||||
|
||||
TARGET=C1324+1329T01 C1324+1329T02 C1324+1329T03
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1324+1329.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o *.txt
|
||||
Reference in New Issue
Block a user