diff options
Diffstat (limited to 'src/tests/test_assets.cc')
| -rw-r--r-- | src/tests/test_assets.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/tests/test_assets.cc b/src/tests/test_assets.cc index eedc92b..606c7a7 100644 --- a/src/tests/test_assets.cc +++ b/src/tests/test_assets.cc @@ -1,3 +1,7 @@ +// This file is part of the 64k demo project. +// It tests the asset manager's ability to retrieve packed data. +// Verifies data integrity and size reporting. + #include "assets.h" #include <assert.h> #include <stdio.h> @@ -26,4 +30,4 @@ int main() { printf("AssetManager test PASSED\n"); return 0; -} +}
\ No newline at end of file |
