summaryrefslogtreecommitdiff
path: root/include/gnuradio/gr_vmcircbuf.h
blob: 7c58fcc07b1a489373e3598b97907452e3011f0f (plain)
1
2
3
4
5
6
7
8
9
10

//totally bogus so I dont have to change gnuradio-core/src/tests/CMakeLists.txt

struct gr_vmcircbuf_sysconfig
{
    static bool test_all_factories(int)
    {
        return true;
    }
};