Up unit test coverage of printer and label builder module
All checks were successful
Build ptprnt / build (push) Successful in 2m28s

This commit is contained in:
2025-10-19 14:57:26 +02:00
parent b24793bce6
commit 6009f0421d
4 changed files with 485 additions and 0 deletions

View File

@@ -5,13 +5,16 @@ test_sources = [
'bitmap_test/bitmap_test.cpp',
'monochrome_test/monochrome_test.cpp',
'label_test/label_test.cpp',
'label_builder_test/label_builder_test.cpp',
'printer_service_test/printer_service_test.cpp',
'p700_printer_test/p700_printer_test.cpp',
'fake_printer_test/fake_printer_test.cpp',
# Source files under test - graphics
'../src/graphics/Bitmap.cpp',
'../src/graphics/Monochrome.cpp',
'../src/graphics/Label.cpp',
'../src/graphics/LabelBuilder.cpp',
# Source files under test - core
'../src/core/PrinterService.cpp',