Move dict_test.cpp to test folder and fix dict_test.cpp for Aten includes (#24071)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/24071

Pull Request resolved: https://github.com/pytorch/pytorch/pull/24071

Test Plan: Imported from OSS

Differential Revision: D16728574

Pulled By: wanchaol

fbshipit-source-id: 6952b9703a40dc35f567bf17fbdcef6e0c6c2d6e
This commit is contained in:
Wanchao Liang 2019-08-08 22:36:54 -07:00 committed by Facebook Github Bot
parent e327df3965
commit 3613a30345
3 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ list(APPEND ATen_CPU_TEST_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/basic.cpp
${CMAKE_CURRENT_SOURCE_DIR}/atest.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Dimname_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/Dict_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/NamedTensor_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/half_test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/broadcast_test.cpp

View File

@ -21,6 +21,7 @@ VALGRIND=${VALGRIND:=ON}
./xla_tensor_test
./tensor_iterator_test
./Dimname_test
./Dict_test
./NamedTensor_test
./cpu_generator_test
if [[ -x ./cudnn_test ]]; then