Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx_callback_datatype/SConscript')
-rw-r--r--tests/cxx_callback_datatype/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx_callback_datatype/SConscript b/tests/cxx_callback_datatype/SConscript
index ecdab0b..e3021ea 100644
--- a/tests/cxx_callback_datatype/SConscript
+++ b/tests/cxx_callback_datatype/SConscript
@@ -1,3 +1,4 @@
+# Test wrapping of a C++ class inside struct using callback_datatype option.
Import('env')
import os