Make the dcf examples be run in test.py default tip
authorMitch Watrous <watrous@u.washington.edu>
Wed, 07 Aug 2013 14:33:49 -0700
changeset 9919 d066a4e9613f
parent 9918 0963df0e2747
Make the dcf examples be run in test.py
examples/tutorial/examples-to-run.py
src/stats/test/examples-to-run.py
--- a/examples/tutorial/examples-to-run.py	Wed Aug 07 11:30:54 2013 -0700
+++ b/examples/tutorial/examples-to-run.py	Wed Aug 07 14:33:49 2013 -0700
@@ -15,6 +15,7 @@
     ("fourth", "True", "True"),
     ("fifth", "True", "True"),
     ("sixth", "True", "True"),
+    ("seventh", "True", "True"),
 ]
 
 # A list of Python examples to run in order to ensure that they remain
--- a/src/stats/test/examples-to-run.py	Wed Aug 07 11:30:54 2013 -0700
+++ b/src/stats/test/examples-to-run.py	Wed Aug 07 14:33:49 2013 -0700
@@ -8,7 +8,12 @@
 #
 # See test.py for more information.
 cpp_examples = [
+    ("double-probe-example", "True", "True"),
+    ("file-aggregator-example", "True", "True"),
+    ("file-helper-example", "True", "True"),
+    ("gnuplot-aggregator-example", "True", "True"),
     ("gnuplot-example", "False", "False"),
+    ("gnuplot-helper-example", "True", "True"),
 ]
 
 # A list of Python examples to run in order to ensure that they remain