Ajoute des tests rapides
This commit is contained in:
@@ -10,5 +10,10 @@ ascii: $(shell find textes/ -type f -iname "*.txt" ! -iname "*.ascii.txt" | sed
|
||||
tipe: tipe.cmx
|
||||
ocamlopt -o tipe str.cmxa tipe.cmx
|
||||
|
||||
%.txt.test: %.ascii.txt tipe
|
||||
./tipe $<
|
||||
|
||||
runall: $(shell find textes/ -type f -iname "*.txt" ! -iname "*.ascii.txt" | sed "s/\.txt/\.txt\.test/")
|
||||
|
||||
clean:
|
||||
rm -rf tipe *.cmx *.cmi *.o textes/*.ascii.txt
|
||||
|
||||
Reference in New Issue
Block a user