Util: Actually build the string parser test suite

This commit is contained in:
Vicki Pfau 2022-05-15 20:08:43 -07:00
parent 5c14e3738e
commit e9ba117258
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ set(GUI_FILES
gui/menu.c) gui/menu.c)
set(TEST_FILES set(TEST_FILES
test/string-parser.c
test/text-codec.c test/text-codec.c
test/vfs.c) test/vfs.c)