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
6
class
PopcountTest
:
public
QObject {
7
Q_OBJECT
8
private
slots:
9
void
test_data
();
10
void
test
();
11
};
12
13
#endif
PopcountTest
Definition
test.hpp:6
PopcountTest::test
void test()
PopcountTest::test_data
void test_data()
tmp
popcount
test.hpp
Generated by
1.11.0