Skip to content

Commit

Permalink
deb: test: Update dependency list of rtt
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrewillenbrockdfki committed Apr 10, 2018
1 parent e0c2e2c commit 0b0bec4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_packaging.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ def test_debian_version

def test_recursive_dependencies
test_set = { "utilrb" => ["bundler", "ruby-facets"],
"rtt" => ["cmake","omniidl","libomniorb4-dev","omniorb-nameserver",
"rtt" => ["cmake","build-essential","omniidl","libomniorb4-dev","omniorb-nameserver",
"libboost-dev","libboost-graph-dev","libboost-program-options-dev",
"libboost-regex-dev","libboost-thread-dev","libboost-filesystem-dev",
"libboost-iostreams-dev","libxml-xpath-perl"]
"libboost-iostreams-dev","libboost-system-dev","libxml-xpath-perl"]
}

test_set.each do |pkg_name, expected_deps|
Expand Down

0 comments on commit 0b0bec4

Please sign in to comment.