Commit 6d503f86 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

added preliminary tests

parent 46b17085
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ prebuild_problem1:
        echo "GaussianInteger.h does not exist";
        exit 1;
      fi
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw3.git base_4
    - git clone https://agile.bu.edu/gitlab/configs/ec327/hw-configs/hw4.git base_4
  artifacts:
    paths:
      - base_4/
@@ -26,8 +26,6 @@ test_problem_1a:
  script:
    - cp GaussianInteger.cpp GaussianInteger.h base_4/tests
    - cd base_4/tests
    - ls -a
    - cat Makefile
    - make problem1a
    - ./problem1a
  rules: