Skip to content

Commit

Permalink
math_test: Ensure it's not run in the same directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Feb 13, 2018
1 parent f075f88 commit 7f15c8a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bindings/pydrake/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ drake_py_test(
)

drake_py_test(
name = "math_test",
name = "test/math_test",
size = "small",
srcs = ["test/math_test.py"],
main = "test/math_test.py",
Expand All @@ -236,6 +236,11 @@ drake_py_test(
],
)

alias(
name = "math_test",
actual = "test/math_test",
)

drake_py_test(
name = "symbolic_variables_test",
size = "small",
Expand Down

0 comments on commit 7f15c8a

Please sign in to comment.