more refactoring

This commit is contained in:
galfour 2019-09-10 12:42:49 +02:00
parent d187317c32
commit cdfffcf8ec
134 changed files with 340 additions and 173 deletions

1
.gitignore vendored
View File

@ -1,6 +1,7 @@
/_build/
/dune-project
*~
*.merlin
cache/*
Version.ml
/_opam/

View File

@ -12,20 +12,3 @@
(pps ppx_let)
)
)
(alias
(name ligo-test)
(action (run test/test.exe))
(deps (glob_files contracts/*))
)
(alias
(name runtest)
(deps (alias ligo-test))
)
(alias
(name manual-test)
(action (run test/manual_test.exe))
(deps (glob_files contracts/*))
)

Some files were not shown because too many files have changed in this diff Show More