Issue#923: add test cases
This commit is contained in:
18
test/mng_mod/issues/923/Makefile
Normal file
18
test/mng_mod/issues/923/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
CC = gcc
|
||||
|
||||
TARGET=CT02 CT02m
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
CT02: CT02.c
|
||||
$(CC) -o CT02 CT02.c
|
||||
|
||||
CT02m: CT02m.c
|
||||
$(CC) -o CT02m CT02m.c
|
||||
|
||||
test: all
|
||||
./CT02
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
|
||||
Reference in New Issue
Block a user