projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
アセンブラファイルとテストの整理
[YACASL2.git]
/
test
/
integration
/
CASL2
/
floatedit
/
Makefile
1
include ../CMD.mk # YACASL2DIR, CASL2
2
CASL2FLAG = -sla
3
ASDIR = $(YACASL2DIR)/as/YAKUWA
4
ASFILE = $(ASDIR)/floatedit.casl
5
IN = <teststr.txt
6
CMD = $(CASL2) $(CASL2FLAG) $(ASFILE) $(IN)
7
include ../TEST.mk