summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-03 20:01:43 +0200
committerGuillem Jover <guillem@debian.org>2014-10-06 00:27:20 +0200
commit9c68ece4293dcd844000a731edc20572c9240b5f (patch)
tree20ea9cab11379f5c050bb96a68ae4e6a36bcbce7 /src
parent9540bc984b08c5936c5aad2f1cab15f3b3560b84 (diff)
downloaddpkg-9c68ece4293dcd844000a731edc20572c9240b5f.tar.gz
build: Split test_programs and test_scripts out of test_cases
We do not need TEST_PREFIX anymore, as the prefixes are implicit for each typo of test case. Use the build directory for compiled programs and the source directory for scripts.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3c4cc6949..2382d751e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,7 +15,8 @@ LDADD = \
EXTRA_DIST = \
- $(test_cases)
+ $(test_scripts) \
+ $(nil)
bin_PROGRAMS = \
dpkg \
@@ -89,7 +90,7 @@ install-data-local:
test_tmpdir = t.tmp
-test_cases = \
+test_scripts = \
t/dpkg_divert.t
include $(top_srcdir)/check.am