Skip to content
  • Konstantin Ivanov's avatar
    Allow passing test arguments in Makefile · ec88f35b
    Konstantin Ivanov authored
    Actually this commit does 3 things:
    
    1. Runs tests with `--fast` (in order not to rebuild the whole project
    when switch between building sources and building tests).
    
    2. Runs tests with `--color`.
    
    3. Allows providing custom test arguments to the test executable:
    
    ```
    make test TEST_ARGUMENTS=--fail-fast
    ```
    ec88f35b