nngn
Loading...
Searching...
No Matches
compute_test.h
Go to the documentation of this file.
1#ifndef NNGN_TEST_COMPUTE_COMPUTE_H
2#define NNGN_TEST_COMPUTE_COMPUTE_H
3
4#include <QTest>
5
6class ComputeTest : public QObject {
7 Q_OBJECT
8private slots:
9 void execute_kernel();
10 void execute();
11 void execute_args();
12 void events();
13 void write_struct();
14};
15
16#endif
Definition compute_test.h:10
void events()
Definition compute_test.cpp:92
void execute()
Definition compute_test.cpp:36
void execute_kernel()
Definition compute_test.cpp:10
void execute_args()
Definition compute_test.cpp:56
void write_struct()
Definition compute_test.cpp:129