From f2dd9c3ab7e2961c301cecfe86e1f57ab30d5eb9 Mon Sep 17 00:00:00 2001 From: Ben Howe Date: Tue, 15 Oct 2024 04:08:41 +0000 Subject: [PATCH] [test] Anyon CI test Signed-off-by: Ben Howe --- targettests/execution/cudaq_observe.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/targettests/execution/cudaq_observe.cpp b/targettests/execution/cudaq_observe.cpp index daa10c1425..c983ce36d2 100644 --- a/targettests/execution/cudaq_observe.cpp +++ b/targettests/execution/cudaq_observe.cpp @@ -8,6 +8,7 @@ // REQUIRES: c++20 // clang-format off +// RUN: nvq++ --target anyon --emulate %s -o %t && %t | FileCheck %s // RUN: nvq++ --target ionq --emulate %s -o %t && %t | FileCheck %s // 2 different IQM machines for 2 different topologies // RUN: nvq++ --target iqm --iqm-machine Adonis --emulate %s -o %t && %t | FileCheck %s