Commit 1776e0d0 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

fixed up testing

parent 3de1af36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ lint_0:
  stage: LabZero
  script:
    - echo "Static code check of lab0.cpp"
    - cppcheck --enable=all --inconclusive --error-exitcode=1 lab0.cpp LabZero.cpp
    - cppcheck --check-config --enable=all --inconclusive --error-exitcode=1 lab0.cpp tests/LabZero.cpp
  allow_failure: false
  needs:
    - compile_0