#ifndef RINGBUFFERTESTS_H
#define RINGBUFFERTESTS_H

namespace RingBufferTests {
    void test();
}

#endif