@@ -25,22 +25,13 @@ include(SecurityFlags)
2525#
2626
2727set (include_path "${CMAKE_CURRENT_SOURCE_DIR} /include/${target} " )
28- set (inline_path "${CMAKE_CURRENT_SOURCE_DIR} /inline/${target} " )
2928set (source_path "${CMAKE_CURRENT_SOURCE_DIR} /source" )
3029
3130set (headers
32- ${include_path} /tokenizer.hpp
33- ${include_path} /parser.hpp
3431 ${include_path} /application.hpp
3532)
3633
37- set (inline
38- ${inline_path} /parser.inl
39- )
40-
4134set (sources
42- ${source_path} /tokenizer.cpp
43- ${source_path} /parser.cpp
4435 ${source_path} /application.cpp
4536 ${source_path} /main.cpp
4637)
@@ -97,9 +88,6 @@ target_include_directories(${target}
9788 ${PROJECT_BINARY_DIR} /source /include
9889 ${CMAKE_CURRENT_SOURCE_DIR} /include
9990 ${CMAKE_CURRENT_BINARY_DIR} /include
100- ${PROJECT_BINARY_DIR} /source /inline
101- ${CMAKE_CURRENT_SOURCE_DIR} /inline
102- ${CMAKE_CURRENT_BINARY_DIR} /inline
10391 ${DEFAULT_INCLUDE_DIRECTORIES}
10492
10593 PUBLIC
@@ -173,6 +161,11 @@ add_loader_dependencies(${target}
173161 ts_loader
174162)
175163
164+ add_dependencies (${target}
165+ cli_repl_plugin
166+ cli_core_plugin
167+ )
168+
176169#
177170# Deployment
178171#
@@ -234,7 +227,7 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_NODE AND OPTION_BUILD_SCRIPTS A
234227 PROPERTY LABELS ${target} -node
235228 )
236229 set_tests_properties (${target} -node PROPERTIES
237- PASS_REGULAR_EXPRESSION "700.0 "
230+ PASS_REGULAR_EXPRESSION "4001534 "
238231 )
239232 test_environment_variables(${target} -node
240233 ""
@@ -374,7 +367,7 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_FILE AND OPTION_BUILD_SCRIPTS A
374367 PROPERTY LABELS ${target} -file-fail
375368 )
376369 set_tests_properties (${target} -file-fail PROPERTIES
377- PASS_REGULAR_EXPRESSION "Script \\ ( this-does-not-exist\\ ) load error in loader \\ ( file\\ ) "
370+ PASS_REGULAR_EXPRESSION "Error: Failed to load script ' this-does-not-exist' with loader ' file' "
378371 )
379372 test_environment_variables(${target} -file-fail
380373 ""
@@ -450,7 +443,7 @@ if(OPTION_BUILD_LOADERS AND OPTION_BUILD_LOADERS_TS AND OPTION_BUILD_SCRIPTS AND
450443 PROPERTY LABELS ${target} -ts
451444 )
452445 set_tests_properties (${target} -ts PROPERTIES
453- PASS_REGULAR_EXPRESSION "9.0 "
446+ PASS_REGULAR_EXPRESSION "51354 "
454447 )
455448 test_environment_variables(${target} -ts
456449 ""
0 commit comments