From 2001132f4a1ab2ad02f31c4a7c4cf9a5d803ed54 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 20 Mar 2024 17:23:21 +0100 Subject: Add configure option to build tests only on request (#940) Option: ./configure --disable-test build test programs (default=yes) Thanks for the patch(es) to @michaelbaeuerle. I added `make test` to be able to build the test programs from the FLTK root directory if FLTK was configured with --disable-test. --- makeinclude.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeinclude.in') diff --git a/makeinclude.in b/makeinclude.in index 3057095a4..b1aee3a36 100644 --- a/makeinclude.in +++ b/makeinclude.in @@ -89,6 +89,9 @@ GLLIBBASENAME = @GLLIBBASENAME@ IMGLIBBASENAME = @IMGLIBBASENAME@ CAIROLIBBASENAME= @CAIROLIBBASENAME@ +# Test programs (optional, --disable-test): +TESTDIR = @TESTDIR@ + # libraries to link with: AUDIOLIBS = @AUDIOLIBS@ CAIROLIBS = @CAIROLIBS@ -- cgit v1.2.3