Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-31 09:34:27 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-01-31 09:34:27 +0300
commit4c6bc884c88d691bec7afaf687c331280b12b944 (patch)
treef2bd0e3063a3988573d50d117544636ab08d7411 /libcelt/Makefile.am
parentf997ad51dc524ee8663f71dd41322cebdbe6c92a (diff)
"make check" now actually tried to encode and decode to see if things work
(need to have test files installed otherwise it'll just pass by default)
Diffstat (limited to 'libcelt/Makefile.am')
-rw-r--r--libcelt/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcelt/Makefile.am b/libcelt/Makefile.am
index ffa430c..913e6a8 100644
--- a/libcelt/Makefile.am
+++ b/libcelt/Makefile.am
@@ -7,6 +7,10 @@ pkginclude_HEADERS = celt.h celt_types.h celt_header.h
#INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_builddir) @OGG_CFLAGS@
+TESTS = match-test.sh
+
+bin_SCRIPTS = match-test.sh
+
lib_LTLIBRARIES = libcelt.la
# Sources for compilation in the library