From ed5bc88409ad1081167d2e9387422b2c350f3485 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 27 Aug 2023 13:44:56 +0200 Subject: test: add file for quick and dirty tests --- test/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index 6add1844..86e6d383 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -29,6 +29,7 @@ int test_app::exec() test_bitmask(); test_serializer_1(); test_serializer_2(); + zzz_test_misc(); return 0; } -- cgit v1.2.3