Skip to content

Commit

Permalink
rename files so things appear cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangqing committed Sep 4, 2015
1 parent 4f4aa1f commit 5325bd5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions caffe2/core/BREW
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ cc_test(
)

cc_test(
name = "core_test_gpu",
name = "core_gpu_test",
srcs = [
"blob_test_gpu.cc",
"blob_gpu_test.cc",
],
deps = [
":core_gpu",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion caffe2/end_to_end_test/BREW
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cc_test(
name = "end_to_end_tests",
srcs = [
"end_to_end_tests.cc",
"end_to_end_test.cc",
],
deps = [
"//caffe2:all_available_ops",
Expand Down
File renamed without changes.

0 comments on commit 5325bd5

Please sign in to comment.