From a7eeaa0001d4c12a1df6df17de2cb437dbab7423 Mon Sep 17 00:00:00 2001 From: Modestas Vainius Date: Thu, 11 Jun 2009 03:01:58 +0300 Subject: Add a test suite for build systems. * Tests for core Buildsystem API (mostly path API). * Tests for check_auto_configure() for each buildsystem. * Build system autoselection tests under "typical" conditions for each buildsystem. * DH_AUTO_OPTIONS and command line argument parsing tests. * Real dh_auto_* tests for autoconf/makefile build systems with emulated. autoconf behaviour under in both in source and out of source tree scenarios. Signed-off-by: Modestas Vainius --- t/buildsystems/debian/compat | 1 + 1 file changed, 1 insertion(+) create mode 100644 t/buildsystems/debian/compat (limited to 't/buildsystems/debian/compat') diff --git a/t/buildsystems/debian/compat b/t/buildsystems/debian/compat new file mode 100644 index 00000000..7f8f011e --- /dev/null +++ b/t/buildsystems/debian/compat @@ -0,0 +1 @@ +7 -- cgit v1.2.3