asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since c51e33a was
0f5c9e1,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Let Automake handle the test directory
Instead of running the test script run_tests.sh in the top level
directory, move it to t/ and let make check call it there. Using
Automake in t/ requires moving the hand written makefile that manages
the actual tests out of the way. The result is that all test related
files are kept in t/, including test results.
This will make it easier to replace the monolithic test script
run_tests.sh with individual test cases managed by make.
|
-
Property mode set to
100644
|
File size:
270 bytes
|
Line | |
---|
1 | AUTOMAKE_OPTIONS = foreign dist-bzip2 |
---|
2 | |
---|
3 | EXTRA_DIST = m4/outoforder.m4 m4/apache.m4 \ |
---|
4 | m4/libgnutls.m4 m4/apr_memcache.m4 \ |
---|
5 | m4/apache_test.m4 \ |
---|
6 | include/mod_gnutls.h.in \ |
---|
7 | README README.ENV NEWS \ |
---|
8 | NOTICE LICENSE autogen.sh |
---|
9 | |
---|
10 | SUBDIRS = src t |
---|
11 | ACLOCAL_AMFLAGS = -I m4 |
---|
Note: See
TracBrowser
for help on using the repository browser.