Skip to content

Commit

Permalink
Use call nrnivmodl instead of nrnivmodl
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodk committed Jun 1, 2020
1 parent 17c38f5 commit 43c09ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/win_test_installer.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ python -c "import neuron; from neuron import h; s = h.Section(); s.insert('cacum
:: test nrnivmodl
rm -f cacum* mod_func* nrnmech.dll
copy /A share\examples\nrniv\nmodl\cacum.mod .
nrnivmodl
call nrnivmodl
echo "nrnivmodl successfull"
python -c "import neuron; from neuron import h; s = h.Section(); s.insert('cacum'); quit()" || goto :error

:: test of association with hoc files
Expand Down

0 comments on commit 43c09ee

Please sign in to comment.