#ifndef BUFFERTESTS_H
#define BUFFERTESTS_H

namespace BufferTests {
    void test();
}

#endif