Skip to content

Commit

Permalink
Update file lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinH committed Apr 18, 2024
1 parent b9ababd commit 34b9cc6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/example/pegtl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
cmake_minimum_required(VERSION 3.8...3.19)

set(example_sources
abnf2_record.cpp
analyze.cpp
calculator.cpp
chomsky_hierarchy.cpp
cst.cpp
csv1.cpp
csv2.cpp
dispatch.cpp
Expand All @@ -19,6 +21,7 @@ set(example_sources
json_parse.cpp
json_print_debug.cpp
json_print_names.cpp
json_record.cpp
json_tokenize.cpp
json_trace.cpp
lua53_analyze.cpp
Expand Down
22 changes: 16 additions & 6 deletions src/test/pegtl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ set(test_sources
action_enable_disable.cpp
action_match_lazy.cpp
action_match_text.cpp
analyze.cpp
apply_mode.cpp
argv_input.cpp
ascii_atomics.cpp
Expand Down Expand Up @@ -42,19 +41,19 @@ set(test_sources
buffer_rule_is_buffer.cpp
buffer_rule_require.cpp
buffer_static_buffer.cpp
contains.cpp
contrib_alphabet.cpp
contrib_check_count.cpp
contrib_check_depth.cpp
contrib_coverage.cpp
contrib_http.cpp
contrib_if_then.cpp
contrib_input_with_offset.cpp
contrib_integer.cpp
contrib_iri.cpp
contrib_json.cpp
contrib_limit_count.cpp
contrib_nested_exceptions.cpp
contrib_raw_string.cpp
contrib_record.cpp
contrib_rep_one_min_max.cpp
contrib_rep_string.cpp
contrib_separated_seq.cpp
Expand All @@ -63,8 +62,19 @@ set(test_sources
contrib_uri.cpp
control_remove_first_state.cpp
control_remove_last_states.cpp
control_rewind_control.cpp
control_rewind_state_control.cpp
control_state_control.cpp
control_unwind.cpp
debug_analyze.cpp
debug_analyze_traits_enum.cpp
debug_contains.cpp
debug_coverage.cpp
debug_print.cpp
debug_trace_1.cpp
debug_trace_2.cpp
debug_trace_3.cpp
debug_visit.cpp
demangle.cpp
enable_control.cpp
error_message_1.cpp
Expand All @@ -76,12 +86,13 @@ set(test_sources
icu_utf8_base.cpp
include.cpp
internal_action_input.cpp
internal_analyze_enum.cpp
internal_any.cpp
internal_ascii_utility.cpp
internal_base_inputs.cpp
internal_byteswap.cpp
internal_char_scan_traits.cpp
internal_copy_input.cpp
internal_data_and_size.cpp
internal_endian.cpp
internal_extract_position.cpp
internal_file_input.cpp
Expand Down Expand Up @@ -109,6 +120,7 @@ set(test_sources
internal_read_file_stdio.cpp
internal_read_input.cpp
internal_set_stack_guard.cpp
internal_stream_to_string.cpp
internal_text_inputs.cpp
internal_text_rule_traits.cpp
internal_text_scan_traits.cpp
Expand All @@ -123,7 +135,6 @@ set(test_sources
mmap_input.cpp
parse_error.cpp
pegtl_string_t.cpp
print.cpp
read_input.cpp
rewind_mode.cpp
rule_action.cpp
Expand Down Expand Up @@ -191,7 +202,6 @@ set(test_sources
utf16_general.cpp
utf32_general.cpp
utf8_general.cpp
visit.cpp
)

# file(GLOB ...) is used to validate the above list of test_sources
Expand Down

0 comments on commit 34b9cc6

Please sign in to comment.