summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-04 23:11:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-05 14:16:50 +0200
commitf46004b68ba6a2edf701a960c30b8f9d2955a210 (patch)
tree0f9c5114ccc0c5f983803cb58e48669d474fc8b9 /test/app.hpp
parentd1e3660288b33421456bcf459a03d7619aa3a0c4 (diff)
test: add hash test
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp
index db1d11a9..2a2e39c8 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -41,6 +41,7 @@ struct test_app final : private FM_APPLICATION
static void test_loader();
static void test_bitmask();
static void test_path_search();
+ static void test_hash();
static void zzz_test_misc();
};
} // namespace floormat