summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-27 11:47:52 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-27 12:37:23 +0100
commiteb31b6d25af2b707f04fe71fb70341c889645101 (patch)
tree8943b405a617467cae734030ad830a6c598febd2 /test/main.cpp
parent942245397e6c2f3e6642b29a3be2cae999aab16d (diff)
test: add sprite bitmap test
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp
index c01f09f0..2187ba21 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -25,6 +25,7 @@ int test_app::exec()
test_serializer();
test_entity();
test_loader();
+ test_bitmask();
return 0;
}