From 11c98a04d79dc704c6afd4dc2f048b9882150a72 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@DESKTOP-2S09UKA> Date: Mon, 13 Apr 2020 16:58:50 -0700 Subject: [PATCH] TODO target to test all examples as quick unit test --- examples/build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/build.xml b/examples/build.xml index c7c0fe5a67..78b29aff01 100644 --- a/examples/build.xml +++ b/examples/build.xml @@ -12,6 +12,8 @@ <description>Builds, tests, and runs the project Networked Graphics MV3500 examples.</description> <import file="nbproject/build-impl.xml"/> + <!-- TODO target to test all examples as quick unit test --> + <target name="clean.pduLogAdditions"> <delete verbose="true"> <fileset dir="pduLog"> -- GitLab