Skip to content

Commit

Permalink
'show_col' now built as part of 'tests' on ncurses and some others
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Gray committed Jun 19, 2024
1 parent 18ef78d commit f02b430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/libobjs.mif
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ speed$(E) test_pan$(E) testcurs$(E) widetest$(E) worm$(E) xmas$(E)
DEMOS = $(DEMOS_EXCEPT_TUIDEMO) tuidemo$(E)

TESTS = brk_test$(E) del_test$(E) focus$(E) ins_del$(E) keytest$(E) \
opaque$(E) restart$(E) ripoff$(E)
opaque$(E) restart$(E) ripoff$(E) show_col$(E)
2 changes: 1 addition & 1 deletion ncurses/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ testdir = ../tests
DEMOS = calendar firework init_col mbrot newtest ozdemo picsview ptest \
rain speed testcurs test_pan widetest worm xmas

TESTS = brk_test del_test focus ins_del keytest opaque restart ripoff
TESTS = brk_test del_test focus ins_del keytest opaque restart ripoff show_col

all: $(DEMOS) tuidemo

Expand Down

0 comments on commit f02b430

Please sign in to comment.