aboutsummaryrefslogtreecommitdiff
path: root/pw_preprocessor/README.md
diff options
context:
space:
mode:
authorAlexei Frolov <frolv@google.com>2019-11-01 16:31:19 -0700
committerAlexei Frolov <frolv@google.com>2019-11-04 16:07:34 -0800
commitc10c81201dba4d6533b1270baec0cd24aca752b9 (patch)
treec56efe2a0bfb9ba2398868a7ec144deea6226d24 /pw_preprocessor/README.md
parent1a82c146ff11c1b0486d12716082476eabad19dd (diff)
downloadpigweed-c10c81201dba4d6533b1270baec0cd24aca752b9.tar.gz
Add preprocessor and unit_test modules
This change adds two Pigweed modules: pw_preprocessor and pw_unit_test. The preprocessor module contains header files providing helpful macros for the C preprocessor. The unit test module contains a starter implementation of a unit testing framework for Pigweed. Change-Id: I46e1a4cae1fd8ce36d7840a2e92f8013fb489cde
Diffstat (limited to 'pw_preprocessor/README.md')
-rw-r--r--pw_preprocessor/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/pw_preprocessor/README.md b/pw_preprocessor/README.md
new file mode 100644
index 000000000..d56480977
--- /dev/null
+++ b/pw_preprocessor/README.md
@@ -0,0 +1,4 @@
+# pw\_preprocessor: Useful C preprocessor macros
+
+The pw\_preprocessor module provides several helpful preprocessor macros for use
+in C and C++ code.