repo.or.cz
/
NALCG.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
AI search depths can now be changed during the game. Also disabled quiescence search...
[NALCG.git]
/
unit_tests
/
TestPiece
/
testpiece.cpp
blob
29ede16bf974e14652b1ac78095309c2e2ce6c7c
1
// system includes
2
#include <QObject>
3
#include <QtTest/QtTest>
4
5
// classes to be tested
6
7
class
TestPiece
:
public
QObject
8
{
9
Q_OBJECT
10
11
private
slots
:
12
// Test case declarations
13
14
};
15
16
// Test case implementations
17
18
// End of Tests
19
20
QTEST_MAIN
(
TestPiece
)
21
#include
"testpiece.moc"