We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03889ba commit e80a3cfCopy full SHA for e80a3cf
paddle/gserver/tests/CMakeLists.txt
@@ -21,8 +21,7 @@ add_test(NAME test_LayerGrad
21
################ test_CRFLayerGrad ####################
22
add_unittest_without_exec(test_CRFLayerGrad
23
test_CRFLayerGrad.cpp
24
- LayerGradUtil.cpp
25
- TestUtil.cpp)
+ LayerGradUtil.cpp)
26
add_test(NAME test_CRFLayerGrad
27
COMMAND test_CRFLayerGrad)
28
paddle/gserver/tests/test_CRFLayerGrad.cpp
@@ -19,7 +19,7 @@ limitations under the License. */
19
#include "paddle/trainer/Trainer.h"
20
#include "LayerGradUtil.h"
-#include "TestUtil.h"
+#include "paddle/testing/TestUtil.h"
using namespace paddle; // NOLINT
0 commit comments