diff options
| author | Greg Ercolano <erco@seriss.com> | 2022-12-11 10:18:06 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2022-12-11 10:18:06 -0800 |
| commit | 821d2fdf821cc4f8dd78865e6fe8e492a14468ef (patch) | |
| tree | 9cf77c7c63bc9037dbf9e24cdf202dada5c20113 /test/Makefile | |
| parent | 3834a2324858891772c5341827f1d53c7d36f1cd (diff) | |
Added Unicode Boxes unittest and README-unittests.txt
This test helps check for issues with multiline widgets
drawing text properly.
The README-unittests.txt was added to help developers
add new unit tests easily.
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 4b4f5691e..3b9afa5eb 100644 --- a/test/Makefile +++ b/test/Makefile @@ -24,6 +24,7 @@ CPPUNITTEST = \ unittest_fast_shapes.cxx \ unittest_circles.cxx \ unittest_text.cxx \ + unittest_unicode.cxx \ unittest_symbol.cxx \ unittest_images.cxx \ unittest_viewport.cxx \ @@ -39,6 +40,7 @@ OBJUNITTEST = \ unittest_fast_shapes.o \ unittest_circles.o \ unittest_text.o \ + unittest_unicode.o \ unittest_symbol.o \ unittest_images.o \ unittest_viewport.o \ |
