From f02b430ca88ef5ba0d9ab32eb6289001de7f876b Mon Sep 17 00:00:00 2001 From: Bill-Gray Date: Wed, 19 Jun 2024 18:27:11 -0400 Subject: [PATCH] 'show_col' now built as part of 'tests' on ncurses and some others --- common/libobjs.mif | 2 +- ncurses/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/libobjs.mif b/common/libobjs.mif index a3e6ffda..ebe22d62 100644 --- a/common/libobjs.mif +++ b/common/libobjs.mif @@ -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) diff --git a/ncurses/Makefile b/ncurses/Makefile index 88d9306d..61c7721f 100644 --- a/ncurses/Makefile +++ b/ncurses/Makefile @@ -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