update.
[chise/ruby.git] / test / Makefile
1 # Copyright (C) 2002-2004 Kouichirou Eto, All rights reserved.
2
3 RUBY=ruby
4
5 test:
6         $(RUBY) -I. all.rb
7
8 idsdb:
9         ruby test-idsdb.rb
10
11 clean:
12         -rm *~
13
14 cleandump:
15         -rm ../../chise-db/character/by_feature/*.txt
16         -rm ../../chise-db/character/feature/*.txt
17
18 cleanidsdb:
19         -rm ../../chise-db/character/feature/ids*
20         -rm ../../chise-db/character/by_ids/ids*