From 1e9070a2af8d551d88ade36e4aee04975ba8ed2e Mon Sep 17 00:00:00 2001 From: Simon Renblad Date: Thu, 1 Feb 2024 17:43:47 +0800 Subject: [PATCH] testing: add coreanalyzer_proxy smoke test --- artiq/test/test_frontends.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/test/test_frontends.py b/artiq/test/test_frontends.py index caef4839c..3dc1a6b87 100644 --- a/artiq/test/test_frontends.py +++ b/artiq/test/test_frontends.py @@ -9,7 +9,7 @@ class TestFrontends(unittest.TestCase): """Test --help as a simple smoke test against catastrophic breakage.""" commands = { "aqctl": [ - "corelog", "moninj_proxy" + "corelog", "moninj_proxy", "coreanalyzer_proxy" ], "artiq": [ "client", "compile", "coreanalyzer", "coremgmt",