Skip to content
Next Next commit
tests: Move non-editor test content to its own file
To make it easier to run some of the unit tests on the very
spectrum itself!

Signed-off-by: Mark Ryan <[email protected]>
  • Loading branch information
markdryan committed Nov 5, 2022
commit c0e1f5b787c78985a63c2994132230389e128fea
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ SRCS =\
editor_tests.c \
peer_unit.c \
peer_posix_screen.c \
test_content.c \
unittests.c

POSIX = \
Expand Down
Loading