fix renaming issue.

This commit is contained in:
Liu Ming
2016-03-17 14:50:00 +08:00
parent 25acd89325
commit 15b818de24
5 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
add_library(copmparser SHARED
cparser.cc
cdeck.cc cdeck_keyword.cc cdeck_record.cc cdeck_item.cc
cparse_mode.cc
cparse_context.cc
ctable_manager.cc
ctable.cc
ctable_index.cc

View File

@@ -0,0 +1,7 @@
set (TEST_SOURCES
__init__.py
test_parse_context.py)
add_python_package("python.tests.parse_context" "${PYTHON_INSTALL_PREFIX}/tests/parse_context" "${TEST_SOURCES}" False)
addPythontest( python.test_parse_context tests.parse_context.test_parse_context.ParseContextTest )

View File

@@ -1,7 +0,0 @@
set (TEST_SOURCES
__init__.py
test_parse_mode.py)
add_python_package("python.tests.parse_mode" "${PYTHON_INSTALL_PREFIX}/tests/parse_mode" "${TEST_SOURCES}" False)
addPythontest( python.test_parse_mode tests.parse_mode.test_parse_mode.ParseContextTest )