third_party.pigweed.src/pw_preprocessor
Alexei Frolov a454c68bd8 Define pw_test_group template
This change adds a GN template to the pw_unit_test module which defines
a group of unit tests. The template creates a generated_file target with
JSON metadata for the unit tests and dependencies within the test group.
These metadata files are intended to be parsed by the test runner script
to run unit tests outside of GN.

A pw_test_group target is added to each of the existing modules which
have unit tests.

Change-Id: I363b937da365d0a3482a979feace18ecba1807a9
2019-11-19 20:52:52 +00:00
..
public/pw_preprocessor Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
boolean_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
BUILD Move loads to beginning of BUILD files. 2019-11-19 18:20:03 +00:00
BUILD.gn Define pw_test_group template 2019-11-19 20:52:52 +00:00
concat_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
docs.rst Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
macro_arg_count_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
README.md Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00
util_test.cc Add preprocessor and unit_test modules 2019-11-04 16:07:34 -08:00

pw_preprocessor: Useful C preprocessor macros

The pw_preprocessor module provides several helpful preprocessor macros for use in C and C++ code.