-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
【paddle_test No.24】replace cc_test with paddle_test (#61373)
* Update CMakeLists.txt * Update mask_util.h * Update CMakeLists.txt * Update malloc.h * Update mask_util.h * Update malloc.h * Update mask_util.h * Update malloc.h * Update mask_util.h * Update mask_util.h * Apply suggestions from code review * Update CMakeLists.txt * Update CMakeLists.txt
- Loading branch information
1 parent
8bb7910
commit e43baae
Showing
3 changed files
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
cc_test( | ||
mask_util_test | ||
SRCS mask_util_test.cc | ||
DEPS mask_util) | ||
paddle_test(mask_util_test SRCS mask_util_test.cc) | ||
|
||
if(WITH_ONNXRUNTIME AND WIN32) | ||
# Copy onnxruntime for some c++ test in Windows, since the test will | ||
# be build only in CI, so suppose the generator in Windows is Ninja. | ||
copy_onnx(mask_util_test) | ||
endif() |