]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
erasure-code: add corpus verification to make check
authorLoic Dachary <loic-201408@dachary.org>
Tue, 23 Sep 2014 09:38:09 +0000 (11:38 +0200)
committerLoic Dachary <ldachary@redhat.com>
Mon, 10 Nov 2014 13:56:43 +0000 (14:56 +0100)
Signed-off-by: Loic Dachary <loic-201408@dachary.org>
src/Makefile.am

index 2526fb04418a745b7e6ef20e124e36bec0097208..cb3cc779bff8af61d10eeb635e169f6c98193113 100644 (file)
@@ -644,6 +644,7 @@ TESTS = \
        $(check_SCRIPTS)
 
 check-local:
+       $(top_srcdir)/qa/workunits/erasure-code/encode-decode-non-regression.sh 
        $(srcdir)/test/encoding/readable.sh ../ceph-object-corpus
 
 if WITH_LTTNG