mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add two missing JIT tests to CMake (#152440)
Looks like I forgot to add these. Pull Request resolved: https://github.com/pytorch/pytorch/pull/152440 Approved by: https://github.com/Skylion007
This commit is contained in:
committed by
PyTorch MergeBot
parent
ff1099562d
commit
c7484805ca
@ -39,6 +39,7 @@ endif()
|
||||
|
||||
# Build the cpp gtest binary containing the cpp-only tests.
|
||||
set(JIT_TEST_SRCS
|
||||
${JIT_TEST_ROOT}/source_range_test.cpp
|
||||
${JIT_TEST_ROOT}/test_add_if_then_else.cpp
|
||||
${JIT_TEST_ROOT}/test_alias_analysis.cpp
|
||||
${JIT_TEST_ROOT}/test_argument_spec.cpp
|
||||
@ -70,6 +71,7 @@ set(JIT_TEST_SRCS
|
||||
${JIT_TEST_ROOT}/test_ir.cpp
|
||||
${JIT_TEST_ROOT}/test_irparser.cpp
|
||||
${JIT_TEST_ROOT}/test_jit_type.cpp
|
||||
${JIT_TEST_ROOT}/test_lexer.cpp
|
||||
${JIT_TEST_ROOT}/test_lite_interpreter.cpp
|
||||
${JIT_TEST_ROOT}/test_lite_interpreter_direct.cpp
|
||||
${JIT_TEST_ROOT}/test_lite_trainer.cpp
|
||||
|
Reference in New Issue
Block a user