diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-11-03 00:04:27 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2010-11-05 00:23:45 +0000 |
commit | c2504170787d4cafa557cbc887bf72881f866ffb (patch) | |
tree | 536a0519fd09a9eb7392ed067404c0a44e5b13f8 /tests/Makefile.am | |
parent | 8402211bac1cba8e56e1f703c2f8c54d3b38bc0a (diff) |
tests: add very simple zbar unit test
Not valgrind clean yet (could be zbar's fault though).
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 022b8d507..9e3a51fae 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,11 +10,6 @@ else SUBDIRS_EXAMPLES = endif -SUBDIRS = icles \ - $(SUBDIRS_CHECK) \ - $(SUBDIRS_EXAMPLES) - -DIST_SUBDIRS = icles \ - check \ - examples +SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_EXAMPLES) files icles +DIST_SUBDIRS = check examples files icles |