more refactoring
This commit is contained in:
parent
d187317c32
commit
cdfffcf8ec
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
/_build/
|
/_build/
|
||||||
/dune-project
|
/dune-project
|
||||||
*~
|
*~
|
||||||
|
*.merlin
|
||||||
cache/*
|
cache/*
|
||||||
Version.ml
|
Version.ml
|
||||||
/_opam/
|
/_opam/
|
||||||
|
17
src/dune
17
src/dune
@ -12,20 +12,3 @@
|
|||||||
(pps ppx_let)
|
(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
Loading…
Reference in New Issue
Block a user