We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bacf70 + f36a384 commit e0a6628Copy full SHA for e0a6628
examples/basic/subfolders/Makefile
@@ -11,6 +11,11 @@ RIOTBASE ?= $(CURDIR)/../../..
11
EXTERNAL_MODULE_DIRS += $(CURDIR)/external_modules/
12
USEMODULE += module # module name must match folder name
13
14
+# This is used for the test integration: The app will wait for "s" being sent
15
+# before starting with the output, so that the test does not fail because it
16
+# already finished printing when the terminal attaches.
17
+USEMODULE += test_utils_interactive_sync
18
+
19
# Add source files in subfolders manually
20
SRC += main.c
21
SRC += folder/a.c folder/subfolder/b.c folder/subfolder/c.c
0 commit comments