Skip to content

Commit e80a3cf

Browse files
author
Peng Li
committed
merge with latest code
1 parent 03889ba commit e80a3cf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

paddle/gserver/tests/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ add_test(NAME test_LayerGrad
2121
################ test_CRFLayerGrad ####################
2222
add_unittest_without_exec(test_CRFLayerGrad
2323
test_CRFLayerGrad.cpp
24-
LayerGradUtil.cpp
25-
TestUtil.cpp)
24+
LayerGradUtil.cpp)
2625
add_test(NAME test_CRFLayerGrad
2726
COMMAND test_CRFLayerGrad)
2827

paddle/gserver/tests/test_CRFLayerGrad.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License. */
1919
#include "paddle/trainer/Trainer.h"
2020

2121
#include "LayerGradUtil.h"
22-
#include "TestUtil.h"
22+
#include "paddle/testing/TestUtil.h"
2323

2424
using namespace paddle; // NOLINT
2525

0 commit comments

Comments
 (0)