summaryrefslogtreecommitdiff
path: root/usrp/host/lib/inband/qa_inband_usrp_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/inband/qa_inband_usrp_server.h')
-rw-r--r--usrp/host/lib/inband/qa_inband_usrp_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp/host/lib/inband/qa_inband_usrp_server.h b/usrp/host/lib/inband/qa_inband_usrp_server.h
index 5db57c3ed4..52a4a0b067 100644
--- a/usrp/host/lib/inband/qa_inband_usrp_server.h
+++ b/usrp/host/lib/inband/qa_inband_usrp_server.h
@@ -34,6 +34,7 @@ class qa_inband_usrp_server : public CppUnit::TestCase {
CPPUNIT_TEST(test_tx);
CPPUNIT_TEST(test_rx);
CPPUNIT_TEST(test_cs);
+ CPPUNIT_TEST(test_rid);
CPPUNIT_TEST_SUITE_END();
private:
@@ -43,6 +44,7 @@ class qa_inband_usrp_server : public CppUnit::TestCase {
void test_tx();
void test_rx();
void test_cs();
+ void test_rid();
};
#endif /* INCLUDED_QA_INBAND_USRP_SERVER_H */