about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/test/test_all.py b/test/test_all.py
index a9f7941f..4e530669 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -295,10 +295,11 @@ class ExampleExpression(Example):
     example_dir = "expression"
 
 
-testset += ExampleExpression(["graph_dataflow.py",
-                              Example.get_sample("sc_connect_back.bin"),
-                              "0x2e"],
-                             products=["data.txt"])
+for args in [[], ["--symb"]]:
+    testset += ExampleExpression(["graph_dataflow.py",
+                                  Example.get_sample("sc_connect_back.bin"),
+                                  "0x2e"] + args,
+                                 products=["data.txt"])
 testset += ExampleExpression(["asm_to_ir.py"],
                              products=["graph.txt", "graph2.txt"])
 testset += ExampleExpression(["get_read_write.py"],