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
I think that if I implement an extra credit feature, I'll want those tests enabled every other time I run the test script, especially if later chapters add more tests for old extra credit features (e.g., Ch 7 implements new tests for the goto extra credit from Ch 6).
It would be nice if instead of passing each individual extra credit flag to the script every time I run it, I could run something like
test_compiler --enable-extra-credit goto
That would cause the script to enable the goto tests for all future runs of the script. And then a corresponding --disable-extra-credit flag that would reverse the change.
The text was updated successfully, but these errors were encountered:
I think that if I implement an extra credit feature, I'll want those tests enabled every other time I run the test script, especially if later chapters add more tests for old extra credit features (e.g., Ch 7 implements new tests for the
goto
extra credit from Ch 6).It would be nice if instead of passing each individual extra credit flag to the script every time I run it, I could run something like
That would cause the script to enable the
goto
tests for all future runs of the script. And then a corresponding--disable-extra-credit
flag that would reverse the change.The text was updated successfully, but these errors were encountered: