Rename test_cpu.ml to test_bit.ml

This commit is contained in:
Fabien Freling 2016-02-28 23:25:19 +01:00
parent 27efc19125
commit de755822d3
2 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,7 @@ debug:
ocamlbuild -use-ocamlfind -I src oboy.d.byte
check:
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_cpu.byte --
ocamlbuild -use-ocamlfind -I src -lflag -g test/test_bit.byte --
clean:
rm -rf _build