codex
Loading...
Searching...
No Matches
test.hpp
Go to the documentation of this file.
1#ifndef CODEX_POPCOUNT_TEST_H
2#define CODEX_POPCOUNT_TEST_H
3
4#include <QTest>
5
6class PopcountTest : public QObject {
7 Q_OBJECT
8private slots:
9 void test_data();
10 void test();
11};
12
13#endif
Definition test.hpp:6
void test()
Definition test.cpp:32
void test_data()
Definition test.cpp:13