test code only for standalone mode

This commit is contained in:
proddy
2020-07-28 11:50:31 +02:00
parent b196fbd0fd
commit 53aa698bbb

View File

@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#if defined(EMSESP_STANDALONE)
#ifndef EMSESP_TEST_H
#define EMSESP_TEST_H
@@ -51,3 +53,5 @@ class Test {
} // namespace emsesp
#endif
#endif