| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 1 | # |
| 2 | # Licensed to the Apache Software Foundation (ASF) under one |
| 3 | # or more contributor license agreements. See the NOTICE file |
| 4 | # distributed with this work for additional information |
| 5 | # regarding copyright ownership. The ASF licenses this file |
| 6 | # to you under the Apache License, Version 2.0 (the |
| 7 | # "License"); you may not use this file except in compliance |
| 8 | # with the License. You may obtain a copy of the License at |
| 9 | # |
| 10 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | # |
| 12 | # Unless required by applicable law or agreed to in writing, |
| 13 | # software distributed under the License is distributed on an |
| 14 | # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | # KIND, either express or implied. See the License for the |
| 16 | # specific language governing permissions and limitations |
| 17 | # under the License. |
| 18 | # |
| Kevin Wojniak | a392566 | 2019-07-01 11:07:45 -0700 | [diff] [blame] | 19 | AUTOMAKE_OPTIONS = subdir-objects serial-tests nostdinc |
| Roger Meier | 81a1f99 | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 20 | |
| Nobuaki Sukegawa | a0c5ab7 | 2015-02-01 00:27:12 +0900 | [diff] [blame] | 21 | BUILT_SOURCES = gen-cpp/ThriftTest.cpp \ |
| 22 | gen-cpp/ThriftTest_types.cpp \ |
| 23 | gen-cpp/ThriftTest_constants.cpp \ |
| James E. King, III | 58402ff | 2017-11-17 14:41:46 -0500 | [diff] [blame] | 24 | gen-cpp/SecondService.cpp \ |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 25 | gen-cpp/Service.cpp \ |
| 26 | gen-cpp-forward/ThriftTest_types.cpp \ |
| 27 | gen-cpp-forward/ThriftTest_constants.cpp \ |
| 28 | gen-cpp-private/ThriftTest_types.cpp \ |
| 29 | gen-cpp-private/ThriftTest_constants.cpp \ |
| 30 | gen-cpp-enumclass/ThriftTest_types.cpp \ |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 31 | gen-cpp-enumclass/ThriftTest_constants.cpp \ |
| 32 | gen-cpp-templatestreamop/ThriftTest_types.cpp \ |
| 33 | gen-cpp-templatestreamop/ThriftTest_types.tcc \ |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 34 | gen-cpp-templatestreamop/ThriftTest_constants.cpp \ |
| 35 | gen-cpp-private-templatestreamop/ThriftTest_types.cpp \ |
| 36 | gen-cpp-private-templatestreamop/ThriftTest_types.tcc \ |
| 37 | gen-cpp-private-templatestreamop/ThriftTest_constants.cpp |
| Nobuaki Sukegawa | a0c5ab7 | 2015-02-01 00:27:12 +0900 | [diff] [blame] | 38 | |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 39 | noinst_LTLIBRARIES = libtestgencpp.la libstresstestgencpp.la |
| 40 | nodist_libtestgencpp_la_SOURCES = \ |
| James E. King, III | 58402ff | 2017-11-17 14:41:46 -0500 | [diff] [blame] | 41 | gen-cpp/SecondService.cpp \ |
| 42 | gen-cpp/SecondService.h \ |
| 43 | gen-cpp/SecondService.tcc \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 44 | gen-cpp/ThriftTest_constants.cpp \ |
| 45 | gen-cpp/ThriftTest_constants.h \ |
| 46 | gen-cpp/ThriftTest_types.cpp \ |
| 47 | gen-cpp/ThriftTest_types.h \ |
| 48 | gen-cpp/ThriftTest_types.tcc \ |
| 49 | gen-cpp/ThriftTest.cpp \ |
| 50 | gen-cpp/ThriftTest.h \ |
| 51 | gen-cpp/ThriftTest.tcc \ |
| 52 | src/ThriftTest_extras.cpp |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 53 | |
| 54 | libtestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 55 | |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 56 | # Libraries for option-specific tests |
| 57 | noinst_LTLIBRARIES += \ |
| 58 | libforwardsettertestgencpp.la \ |
| 59 | libprivateoptonaltestgencpp.la \ |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 60 | libenumclasstestgencpp.la \ |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 61 | libtemplatestreamoptestgencpp.la \ |
| 62 | libprivateopttemplstreamoptestgencpp.la |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 63 | |
| 64 | nodist_libforwardsettertestgencpp_la_SOURCES = \ |
| 65 | gen-cpp-forward/ThriftTest_types.cpp \ |
| 66 | gen-cpp-forward/ThriftTest_types.h \ |
| 67 | gen-cpp-forward/ThriftTest_types.tcc \ |
| 68 | gen-cpp-forward/ThriftTest_constants.cpp \ |
| 69 | gen-cpp-forward/ThriftTest_constants.h \ |
| 70 | src/ThriftTest_extras.cpp |
| 71 | |
| 72 | libforwardsettertestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 73 | |
| 74 | nodist_libprivateoptonaltestgencpp_la_SOURCES = \ |
| 75 | gen-cpp-private/ThriftTest_types.cpp \ |
| 76 | gen-cpp-private/ThriftTest_types.h \ |
| 77 | gen-cpp-private/ThriftTest_constants.cpp \ |
| 78 | gen-cpp-private/ThriftTest_constants.h \ |
| 79 | src/ThriftTest_extras.cpp |
| 80 | |
| 81 | libprivateoptonaltestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 82 | |
| 83 | nodist_libenumclasstestgencpp_la_SOURCES = \ |
| 84 | gen-cpp-enumclass/ThriftTest_types.cpp \ |
| 85 | gen-cpp-enumclass/ThriftTest_types.h \ |
| 86 | gen-cpp-enumclass/ThriftTest_constants.cpp \ |
| 87 | gen-cpp-enumclass/ThriftTest_constants.h \ |
| 88 | src/ThriftTest_extras.cpp |
| 89 | |
| 90 | libenumclasstestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 91 | |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 92 | nodist_libtemplatestreamoptestgencpp_la_SOURCES = \ |
| 93 | gen-cpp-templatestreamop/ThriftTest_types.cpp \ |
| 94 | gen-cpp-templatestreamop/ThriftTest_types.h \ |
| 95 | gen-cpp-templatestreamop/ThriftTest_types.tcc \ |
| 96 | gen-cpp-templatestreamop/ThriftTest_constants.cpp \ |
| 97 | gen-cpp-templatestreamop/ThriftTest_constants.h \ |
| 98 | src/ThriftTest_extras.cpp |
| 99 | |
| 100 | libtemplatestreamoptestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 101 | |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 102 | nodist_libprivateopttemplstreamoptestgencpp_la_SOURCES = \ |
| 103 | gen-cpp-private-templatestreamop/ThriftTest_types.cpp \ |
| 104 | gen-cpp-private-templatestreamop/ThriftTest_types.h \ |
| 105 | gen-cpp-private-templatestreamop/ThriftTest_types.tcc \ |
| 106 | gen-cpp-private-templatestreamop/ThriftTest_constants.cpp \ |
| 107 | gen-cpp-private-templatestreamop/ThriftTest_constants.h \ |
| 108 | src/ThriftTest_extras.cpp |
| 109 | |
| 110 | libprivateopttemplstreamoptestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 111 | |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 112 | nodist_libstresstestgencpp_la_SOURCES = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 113 | gen-cpp/StressTest_types.h \ |
| 114 | gen-cpp/Service.cpp \ |
| 115 | gen-cpp/Service.h |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 116 | |
| 117 | libstresstestgencpp_la_LIBADD = $(top_builddir)/lib/cpp/libthrift.la |
| 118 | |
| Roger Meier | 41ad434 | 2015-03-24 22:30:40 +0100 | [diff] [blame] | 119 | precross: TestServer TestClient |
| 120 | |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 121 | check_PROGRAMS = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 122 | TestServer \ |
| 123 | TestClient \ |
| 124 | StressTest \ |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 125 | StressTestNonBlocking \ |
| 126 | ForwardSetterTest \ |
| 127 | PrivateOptionalTest \ |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 128 | EnumClassTest \ |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 129 | TemplateStreamOpTest \ |
| 130 | PrivateOptionalTemplateStreamOpTest |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 131 | |
| 132 | # we currently do not run the testsuite, stop c++ server issue |
| 133 | # TESTS = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 134 | # $(check_PROGRAMS) |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 135 | |
| 136 | TestServer_SOURCES = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 137 | src/TestServer.cpp |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 138 | |
| 139 | TestServer_LDADD = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 140 | libtestgencpp.la \ |
| 141 | $(top_builddir)/lib/cpp/libthrift.la \ |
| 142 | $(top_builddir)/lib/cpp/libthriftz.la \ |
| 143 | $(top_builddir)/lib/cpp/libthriftnb.la \ |
| Dave Watson | 792db4e | 2015-01-16 11:22:01 -0800 | [diff] [blame] | 144 | -levent -lboost_program_options -lboost_system -lboost_filesystem $(ZLIB_LIBS) |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 145 | |
| 146 | TestClient_SOURCES = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 147 | src/TestClient.cpp |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 148 | |
| 149 | TestClient_LDADD = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 150 | libtestgencpp.la \ |
| 151 | $(top_builddir)/lib/cpp/libthrift.la \ |
| 152 | $(top_builddir)/lib/cpp/libthriftz.la \ |
| 153 | $(top_builddir)/lib/cpp/libthriftnb.la \ |
| Dave Watson | 792db4e | 2015-01-16 11:22:01 -0800 | [diff] [blame] | 154 | -levent -lboost_program_options -lboost_system -lboost_filesystem $(ZLIB_LIBS) |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 155 | |
| 156 | StressTest_SOURCES = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 157 | src/StressTest.cpp |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 158 | |
| 159 | StressTest_LDADD = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 160 | libstresstestgencpp.la \ |
| 161 | $(top_builddir)/lib/cpp/libthrift.la |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 162 | |
| 163 | StressTestNonBlocking_SOURCES = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 164 | src/StressTestNonBlocking.cpp |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 165 | |
| 166 | StressTestNonBlocking_LDADD = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 167 | libstresstestgencpp.la \ |
| 168 | $(top_builddir)/lib/cpp/libthriftnb.la \ |
| 169 | -levent |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 170 | |
| 171 | ForwardSetterTest_SOURCES = \ |
| 172 | src/ForwardSetterTest.cpp |
| 173 | |
| 174 | ForwardSetterTest_CPPFLAGS = -Igen-cpp-forward $(AM_CPPFLAGS) |
| 175 | ForwardSetterTest_LDADD = \ |
| 176 | libforwardsettertestgencpp.la \ |
| 177 | $(top_builddir)/lib/cpp/libthrift.la |
| 178 | |
| 179 | PrivateOptionalTest_SOURCES = \ |
| 180 | src/PrivateOptionalTest.cpp |
| 181 | |
| 182 | PrivateOptionalTest_CPPFLAGS = -Igen-cpp-private $(AM_CPPFLAGS) |
| 183 | PrivateOptionalTest_LDADD = \ |
| 184 | libprivateoptonaltestgencpp.la \ |
| 185 | $(top_builddir)/lib/cpp/libthrift.la |
| 186 | |
| 187 | EnumClassTest_SOURCES = \ |
| 188 | src/EnumClassTest.cpp |
| 189 | |
| 190 | EnumClassTest_CPPFLAGS = -Igen-cpp-enumclass $(AM_CPPFLAGS) |
| 191 | EnumClassTest_LDADD = \ |
| 192 | libenumclasstestgencpp.la \ |
| 193 | $(top_builddir)/lib/cpp/libthrift.la |
| 194 | |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 195 | TemplateStreamOpTest_SOURCES = \ |
| 196 | src/TemplateStreamOpTest.cpp |
| 197 | |
| 198 | TemplateStreamOpTest_CPPFLAGS = -Igen-cpp-templatestreamop $(AM_CPPFLAGS) |
| 199 | TemplateStreamOpTest_LDADD = \ |
| 200 | libtemplatestreamoptestgencpp.la \ |
| 201 | $(top_builddir)/lib/cpp/libthrift.la |
| 202 | |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 203 | PrivateOptionalTemplateStreamOpTest_SOURCES = \ |
| 204 | src/PrivateOptionalTemplateStreamOpTest.cpp |
| 205 | |
| 206 | PrivateOptionalTemplateStreamOpTest_CPPFLAGS = -Igen-cpp-private-templatestreamop $(AM_CPPFLAGS) |
| 207 | PrivateOptionalTemplateStreamOpTest_LDADD = \ |
| 208 | libprivateopttemplstreamoptestgencpp.la \ |
| 209 | $(top_builddir)/lib/cpp/libthrift.la |
| 210 | |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 211 | # |
| 212 | # Common thrift code generation rules |
| 213 | # |
| Carel Combrink | fbe685a | 2025-06-05 08:38:07 +0200 | [diff] [blame] | 214 | gen-cpp/ThriftTest.cpp gen-cpp/ThriftTest_types.cpp gen-cpp/ThriftTest_constants.cpp gen-cpp/SecondService.cpp gen-cpp/SecondService.h gen-cpp/SecondService.tcc: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 215 | $(THRIFT) --gen cpp:templates,cob_style -r $< |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 216 | |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 217 | # Generate ThriftTest with forward_setter option |
| 218 | gen-cpp-forward/ThriftTest_types.cpp gen-cpp-forward/ThriftTest_types.h gen-cpp-forward/ThriftTest_types.tcc gen-cpp-forward/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| 219 | $(MKDIR_P) gen-cpp-forward |
| 220 | $(THRIFT) --gen cpp:moveable_types=forward_setter -out gen-cpp-forward $< |
| 221 | |
| 222 | # Generate ThriftTest with private_optional option |
| 223 | gen-cpp-private/ThriftTest_types.cpp gen-cpp-private/ThriftTest_types.h gen-cpp-private/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| 224 | $(MKDIR_P) gen-cpp-private |
| 225 | $(THRIFT) --gen cpp:private_optional -out gen-cpp-private $< |
| 226 | |
| 227 | # Generate ThriftTest with enum_class option |
| 228 | gen-cpp-enumclass/ThriftTest_types.cpp gen-cpp-enumclass/ThriftTest_types.h gen-cpp-enumclass/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| 229 | $(MKDIR_P) gen-cpp-enumclass |
| 230 | $(THRIFT) --gen cpp:pure_enums=enum_class -out gen-cpp-enumclass $< |
| 231 | |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 232 | # Generate ThriftTest with template_streamop option |
| 233 | gen-cpp-templatestreamop/ThriftTest_types.cpp gen-cpp-templatestreamop/ThriftTest_types.h gen-cpp-templatestreamop/ThriftTest_types.tcc gen-cpp-templatestreamop/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| 234 | $(MKDIR_P) gen-cpp-templatestreamop |
| 235 | $(THRIFT) --gen cpp:template_streamop -out gen-cpp-templatestreamop $< |
| 236 | |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 237 | # Generate ThriftTest with private_optional,template_streamop options |
| 238 | gen-cpp-private-templatestreamop/ThriftTest_types.cpp gen-cpp-private-templatestreamop/ThriftTest_types.h gen-cpp-private-templatestreamop/ThriftTest_types.tcc gen-cpp-private-templatestreamop/ThriftTest_constants.cpp: $(top_srcdir)/test/ThriftTest.thrift $(THRIFT) |
| 239 | $(MKDIR_P) gen-cpp-private-templatestreamop |
| 240 | $(THRIFT) --gen cpp:private_optional,template_streamop -out gen-cpp-private-templatestreamop $< |
| 241 | |
| zeshuai007 | 57c2507 | 2020-04-09 11:17:05 +0800 | [diff] [blame] | 242 | gen-cpp/Service.cpp: $(top_srcdir)/test/StressTest.thrift $(THRIFT) |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 243 | $(THRIFT) --gen cpp $< |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 244 | |
| Zezeng Wang | 371d92f | 2020-04-28 14:23:15 +0800 | [diff] [blame] | 245 | gen-cpp/SpecificNameTest_types.cpp gen-cpp/EchoService.cpp: $(top_srcdir)/test/SpecificName.thrift $(THRIFT) |
| 246 | $(THRIFT) --gen cpp $< |
| 247 | |
| Kevin Wojniak | a392566 | 2019-07-01 11:07:45 -0700 | [diff] [blame] | 248 | AM_CPPFLAGS = $(BOOST_CPPFLAGS) $(LIBEVENT_CPPFLAGS) -I$(top_srcdir)/lib/cpp/src -Igen-cpp -I. |
| James E. King, III | d7142b7 | 2017-09-01 13:00:36 -0700 | [diff] [blame] | 249 | AM_CXXFLAGS = -Wall -Wextra -pedantic -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS |
| Roger Meier | 051ea1c | 2014-12-20 22:43:24 +0100 | [diff] [blame] | 250 | AM_LDFLAGS = $(BOOST_LDFLAGS) $(LIBEVENT_LDFLAGS) $(ZLIB_LIBS) |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 251 | |
| 252 | clean-local: |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 253 | $(RM) -r gen-cpp/ gen-cpp-forward/ gen-cpp-private/ gen-cpp-enumclass/ gen-cpp-templatestreamop/ gen-cpp-private-templatestreamop/ |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 254 | |
| Konrad Grochowski | 16a23a6 | 2014-11-13 15:33:38 +0100 | [diff] [blame] | 255 | style-local: |
| 256 | $(CPPSTYLE_CMD) |
| 257 | |
| Thomas | 63f0458 | 2024-03-21 22:51:07 +0900 | [diff] [blame] | 258 | distdir: |
| 259 | $(MAKE) $(AM_MAKEFLAGS) distdir-am |
| 260 | |
| Roger Meier | d3b9dca | 2011-06-24 14:01:10 +0000 | [diff] [blame] | 261 | EXTRA_DIST = \ |
| Jens Geyer | 79f988c | 2014-10-03 20:42:54 +0200 | [diff] [blame] | 262 | src/TestClient.cpp \ |
| 263 | src/TestServer.cpp \ |
| 264 | src/StressTest.cpp \ |
| Copilot | 1e09a04 | 2026-01-29 10:36:28 -0800 | [diff] [blame] | 265 | src/StressTestNonBlocking.cpp \ |
| 266 | src/ForwardSetterTest.cpp \ |
| 267 | src/PrivateOptionalTest.cpp \ |
| copilot-swe-agent[bot] | c3cdacf | 2026-02-09 21:30:16 +0000 | [diff] [blame] | 268 | src/EnumClassTest.cpp \ |
| Copilot | 13cdb44 | 2026-03-17 15:08:29 -0700 | [diff] [blame^] | 269 | src/TemplateStreamOpTest.cpp \ |
| 270 | src/PrivateOptionalTemplateStreamOpTest.cpp |