nngn
Loading...
Searching...
No Matches
block_test.h
Go to the documentation of this file.
1#ifndef NNGN_TESTS_UTILS_ALLOC_BLOCK_H
2#define NNGN_TESTS_UTILS_ALLOC_BLOCK_H
3
4#include <QTest>
5
6class BlockTest : public QObject {
7 Q_OBJECT
8private slots:
9 void bytes(void);
10 void type(void);
11};
12
13#endif
Definition block_test.h:6
void bytes(void)
Definition block_test.cpp:15
void type(void)
Definition block_test.cpp:35