Skip to content

Commit

Permalink
Remove cpputest remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Apr 5, 2019
1 parent 0431ecc commit 2913015
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion ThirdParty/downloadPackages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash
# Download parPE dependency packages

# included in amici: wget "https://github.com/cpputest/cpputest/releases/download/v3.8/cpputest-3.8.tar.gz"
wget "http://ceres-solver.org/ceres-solver-1.13.0.tar.gz"
wget -O eigen-3.3.3.tar.gz "http://bitbucket.org/eigen/eigen/get/3.3.3.tar.gz"
wget "https://www.coin-or.org/download/source/Ipopt/Ipopt-3.12.12.tgz"
Expand Down
11 changes: 0 additions & 11 deletions ThirdParty/installCpputest.sh

This file was deleted.

2 changes: 0 additions & 2 deletions ThirdParty/installDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ set -e

./installCBLAS.sh

./installCpputest.sh

./installCeres.sh

./installIpopt.sh
2 changes: 0 additions & 2 deletions tests/parpeloadbalancer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ project(unittests_loadbalancer)

add_test (NAME ${PROJECT_NAME} COMMAND ${PROJECT_NAME} -c)

include_directories(${CPPUTEST_INCLUDE_DIRS})

set(SRC_LIST
main.cpp
loadBalancerMasterTest.h
Expand Down

0 comments on commit 2913015

Please sign in to comment.