Skip to content

Commit

Permalink
Remove "testonly" from call_matlab and call_python. Incorporate t…
Browse files Browse the repository at this point in the history
…hese into `build_components`.
  • Loading branch information
EricCousineau-TRI committed Nov 27, 2017
1 parent 81d859a commit e4c7c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drake/common/proto/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ drake_py_proto_library(

drake_cc_library(
name = "call_matlab",
testonly = 1,
srcs = ["call_matlab.cc"],
hdrs = ["call_matlab.h"],
deps = [
Expand All @@ -50,7 +49,6 @@ drake_cc_library(

drake_cc_library(
name = "call_python",
testonly = 1,
srcs = ["call_python.cc"],
hdrs = ["call_python.h"],
deps = [
Expand Down
2 changes: 2 additions & 0 deletions tools/install/libdrake/build_components.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ LIBDRAKE_COMPONENTS = [
"//drake/automotive:simple_car",
"//drake/automotive:simple_powertrain",
"//drake/automotive:trajectory_car",
"//drake/common/proto:call_matlab",
"//drake/common/proto:call_python",
"//drake/common/proto:matlab_rpc",
"//drake/common/proto:protobuf",
"//drake/common/trajectories/qp_spline:continuity_constraint",
Expand Down

0 comments on commit e4c7c99

Please sign in to comment.