From 1da1260af72b20126176e2b8f73f7b7fd5952ce1 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Tue, 12 Dec 2023 21:27:08 +0100 Subject: Split tests into unit and dw (graphical) Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b436a9a6..d574cce5 100644 --- a/configure.ac +++ b/configure.ac @@ -535,6 +535,8 @@ AC_CONFIG_FILES([ src/Makefile src/IO/Makefile test/Makefile + test/unit/Makefile + test/dw/Makefile ]) AC_OUTPUT -- cgit v1.2.3