File tree Expand file tree Collapse file tree 1 file changed +5
-15
lines changed
Expand file tree Collapse file tree 1 file changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ The output (a JSON array of all extracted messages sorted by id) is written to s
110110]
111111```
112112
113- ## How to build
113+ ## Building and Testing
114114
115115Install [ esy] as follows:
116116
@@ -124,23 +124,13 @@ Then build the project dependencies along with the project itself:
124124
125125 % esy build
126126
127- Now you can run your editor within the environment (which also includes merlin) :
127+ Run the compiled executable :
128128
129- % esy $EDITOR
130- % esy vim
129+ % esy x Extract.exe
131130
132- After you make some changes to source code, you can re-run project's build
133- using:
131+ Run the tests:
134132
135- % esy build
136-
137- And test compiled executable:
138-
139- % esy ./_build/default/bin/Extract.exe
140-
141- Shell into environment:
142-
143- % esy shell
133+ % esy x Test.exe
144134
145135[ reason ] : https://reasonml.github.io
146136[ bs-react-intl ] : https://github.com/alexfedoseev/bs-react-intl
You can’t perform that action at this time.
0 commit comments