1CONFIG += testcase
2
3TARGET = tst_qringbuffer
4QT = core testlib
5SOURCES  += tst_qringbuffer.cpp
6
7CONFIG += parallel_test
8