You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the wildcard feature described in this section of the cgreen manual, but it doesn't seem to work for my setup. I'm using zsh under macOS 10.15.7. I'm testing a library of mine, jmm, using my own branch of cgreen, but I haven't done anything to modify this part of cgreen in my branch. I have a test called eik3:olim18_222_is_symmetric, along with some other tests under the eik3 test suite. Compare the output of the following:
Trying to use the wildcard feature described in this section of the cgreen manual, but it doesn't seem to work for my setup. I'm using zsh under macOS 10.15.7. I'm testing a library of mine, jmm, using my own branch of cgreen, but I haven't done anything to modify this part of cgreen in my branch. I have a test called
eik3:olim18_222_is_symmetric
, along with some other tests under theeik3
test suite. Compare the output of the following:(jmm) sfp@Samuels-MacBook-Pro-2 build % cgreen-runner libjmm_tests.dylib eik3:olim18_222_is_symmetric Running "libjmm_tests" (1 test)...
with
I guess the wildcard functionality is implemented using "the shell", and this doesn't work for zsh for some reason?
The text was updated successfully, but these errors were encountered: