fix renaming issue.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
@@ -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 )
|
||||
Reference in New Issue
Block a user