projects
/
YACASL2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
入出力時のエラー条件を変更
[YACASL2.git]
/
as
/
fe_tests
/
2008_10
/
Q13
/
testsummary
/
Makefile
1
YACASL2DIR= ../../../../..
2
CASL2 = $(YACASL2DIR)/casl2
3
CASL2LIBDIR = $(YACASL2DIR)/as/casl2lib
4
ASFILE = testsummary.casl ../summary.casl
5
CMD = $(CASL2) $(ASFILE)
6
TESTDIR = $(YACASL2DIR)/test
7
include $(TESTDIR)/TEST.mk