We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b368b6 commit cee87adCopy full SHA for cee87ad
1 file changed
test/compile_test_internal/compile_test.cpp
@@ -1,6 +1,8 @@
1
#include <Arduino.h>
2
#include "ESPAsyncWebClient.h"
3
4
+#ifndef UNIT_TEST
5
void setup() {}
6
7
void loop() {}
8
+#endif
0 commit comments