projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
as/*/testの無視ファイル設定
[YACASL2.git]
/
as
/
casl2lib
/
test
/
addl32
/
addl32_0
/
Makefile
1
YACASL2DIR= ../../../../..
2
CASL2 = $(YACASL2DIR)/casl2
3
LIBDIR = $(YACASL2DIR)/as/casl2lib
4
ASFILE = addl32_0.casl $(LIBDIR)/addl32.casl
5
CMD = $(CASL2) $(ASFILE)
6
include $(YACASL2DIR)/test/integration/casl2/TEST.mk