using pv::data::AnalogSnapshot;
+#if 0
BOOST_AUTO_TEST_SUITE(AnalogSnapshotTest)
void push_analog(AnalogSnapshot &s, unsigned int num_samples,
}
BOOST_AUTO_TEST_SUITE_END()
+#endif
using std::shared_ptr;
using std::vector;
+#if 0
BOOST_AUTO_TEST_SUITE(DecoderStackTest)
BOOST_AUTO_TEST_CASE(TwoDecoderStack)
}
BOOST_AUTO_TEST_SUITE_END()
+#endif
using pv::data::LogicSnapshot;
using std::vector;
+#if 0
BOOST_AUTO_TEST_SUITE(LogicSnapshotTest)
void push_logic(LogicSnapshot &s, unsigned int length, uint8_t value)
}
BOOST_AUTO_TEST_SUITE_END()
+#endif