diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2009-08-07 11:22:49 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-08-07 19:15:31 +0200 |
commit | 1199a948e49758d067f33ed6ec6096c2edd9c25e (patch) | |
tree | 0ed29c7e2b440d322f4f0b0e85d8332c2d1b4241 /Makefile.am | |
parent | 40e32b7160a459110caad0258d807decfcf8cde6 (diff) |
Add tests to the distribution; this fixes "make distcheck".
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f3f3940b01..3d7c4d2618 100644 --- a/Makefile.am +++ b/Makefile.am @@ -455,6 +455,8 @@ endif # ENABLE_INTROSPECTION CLEANFILES += $(BUILT_SOURCES) +EXTRA_DIST += $(TESTS) + # ------------------------------------------------------------------------------ # Install and uninstall hooks # ------------------------------------------------------------------------------ |