From 55c2c3aa1cc26218e1af0a4bb3b2715221b7dce2 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Thu, 8 Oct 2020 18:47:35 -0700
Subject: [PATCH] TODO test.examples

---
 examples/build.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/examples/build.xml b/examples/build.xml
index 65e2469d01..ad9bc7fa83 100644
--- a/examples/build.xml
+++ b/examples/build.xml
@@ -13,7 +13,12 @@
     <import file="nbproject/build-impl.xml"/>
     
     <!-- TODO target to test all examples as quick unit test -->
-    
+
+    <target name="test.examples">
+        <!-- invoke single-process tests first -->
+        <!-- invoke    two-process tests next, perhaps following patterns in open-dis7-java -->
+    </target>
+
     <target name="clean.pduLogAdditions">
         <delete verbose="true">
             <fileset dir="pduLog">
-- 
GitLab