In order to run the C++ tests/examples, we need at least one dummy chip
to be present in the system. It also needs to be the first GPIO chip.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
* Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
*/
-/* Misc tests/examples of the C++ API. */
+/*
+ * Misc tests/examples of the C++ API.
+ *
+ * These tests assume that at least one dummy gpiochip is present in the
+ * system and that it's detected as gpiochip0.
+ */
#include <gpiod.hpp>