From 6b5ef1eb3f1a051b4194402f947bed1751a15d1a Mon Sep 17 00:00:00 2001 From: Ardavan Oskooi Date: Fri, 14 Apr 2023 19:13:22 +0000 Subject: [PATCH] add test_verbosity_mgr.py to make check suite --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/python/Makefile.am b/python/Makefile.am index 262ece801..d1528f6f7 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -95,6 +95,7 @@ TESTS = \ $(TEST_DIR)/test_source.py \ $(TEST_DIR)/test_timing_measurements.py \ $(TEST_DIR)/test_user_defined_material.py \ + $(TEST_DIR)/test_verbosity_mgr.py \ $(TEST_DIR)/test_visualization.py \ $(WVG_SRC_TEST)