diff --git a/examples/build.xml b/examples/build.xml
index 65e2469d01f5930d5f9b688147cf14f4b590a729..ad9bc7fa833d8aeb9bbfd6174a271b71de2a4a5d 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">