tests/lib/conds: test clock compatibility post conditions
[babeltrace.git] / tests / lib / conds / conds-triggers.cpp
index 857cfbcc59284764ef82018c13f0714ae14a1a4b..3e1cfe864140ee0afe0fee53ba262a913ade2cab 100644 (file)
@@ -13,6 +13,7 @@
 #include "cpp-common/bt2c/span.hpp"
 #include "cpp-common/bt2s/make-unique.hpp"
 
+#include "clk-cls-compat-postconds-triggers.hpp"
 #include "utils.hpp"
 
 namespace {
@@ -107,5 +108,6 @@ int main(const int argc, const char ** const argv)
         },
         CondTrigger::Type::PRE, "field-class-integer-set-field-value-range:not-null:field-class"));
 
+    addClkClsCompatTriggers(triggers);
     condMain(bt2c::makeSpan(argv, argc), triggers);
 }
This page took 0.02263 seconds and 4 git commands to generate.