tornavis/source/blender/functions
Brecht Van Lommel 364beee159 Tests: add option to build one binary per GTest file
Bundling many tests in a single binary reduces build time and disk space
usage, but is less convenient for running individual tests command line
as filter flags need to be used.

This adds WITH_TESTS_SINGLE_BINARY to generate one executable file per
source file. Note that enabling this option requires a significant amount
of disk space.

Due to refactoring, the resulting ctest names are a bit different than
before. The number of tests is also a bit different depending if this
option is used, as one uses gtests discovery and the other is organized
purely by filename, which isn't always 1:1.

Co-authored-by: Sergey Sharybin <sergey@blender.org>
Pull Request: https://projects.blender.org/blender/blender/pulls/114604
2024-01-03 18:35:50 +01:00
..
intern Geometry Nodes: refactor storage for socket values 2023-12-17 14:00:07 +01:00
tests Functions: refactor lazy-function graph interface 2023-09-17 13:54:09 +02:00
CMakeLists.txt Tests: add option to build one binary per GTest file 2024-01-03 18:35:50 +01:00
FN_field.hh Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
FN_lazy_function.hh Geometry Nodes: refactor storage for socket values 2023-12-17 14:00:07 +01:00
FN_lazy_function_execute.hh Cleanup: Remove const for Span and by-value types in headers 2023-12-13 09:39:03 -05:00
FN_lazy_function_graph.hh Functions: add lazy-function graph input/output getter methods 2023-10-08 16:01:56 +02:00
FN_lazy_function_graph_executor.hh Functions: use array indexing instead of VectorSet in graph executor 2023-09-17 14:27:01 +02:00
FN_multi_function.hh Cleanup: forbid implicit copy and move for multi function 2023-08-31 16:01:29 +02:00
FN_multi_function_builder.hh Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
FN_multi_function_context.hh Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
FN_multi_function_data_type.hh Cleanup: reduce boilerplate for equality operators for structs 2023-11-20 09:39:13 +01:00
FN_multi_function_param_type.hh Cleanup: reduce boilerplate for equality operators for structs 2023-11-20 09:39:13 +01:00
FN_multi_function_params.hh Geometry Nodes: refactor storage for socket values 2023-12-17 14:00:07 +01:00
FN_multi_function_procedure.hh Clang Format: bump to version 17 2024-01-03 13:38:14 +01:00
FN_multi_function_procedure_builder.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
FN_multi_function_procedure_executor.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
FN_multi_function_procedure_optimization.hh License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
FN_multi_function_signature.hh Cleanup: remove spaces from commented arguments 2023-09-22 12:21:18 +10:00