summaryrefslogtreecommitdiff
path: root/tests/ring_buffer.h
blob: 920c32daca2db762098d25c6aaa43774e6db2d0d (plain)
1
2
3
4
5
6
7
8
#ifndef _AL_RING_BUFFER_TESTS_H
#define _AL_RING_BUFFER_TESTS_H

#include <al/types.h>

bool ring_buffer_tests_run(void);

#endif // _AL_RING_BUFFER_TESTS_H