Commit 901f711a authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Trying to add "make"

parent 37299e96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,8 +54,10 @@ test_lab_0:
  <<: *common_rules_0
  script:
    - echo "Testing Lab 0";
    - make
    - cp lab0.o base_0/tests
    - cd base_0/tests
    - g++ -c Support/Common.cpp
    - g++ -c LabZero.cpp
    - g++ lab0.o LabZero.o
    - ./a.out