test: Search view ui tests

This commit is contained in:
Eberhard Graether
2018-09-07 12:48:19 +02:00
parent d2a99cbab2
commit ac7b642d8a
20 changed files with 820 additions and 0 deletions
@@ -0,0 +1,6 @@
template <typename T>
T diff(T a, T b)
{
return a - b;
}