Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git] / theora-old / tests / Makefile.am
blobfe53a25d05b3311749d2cf9a2823e44de43b8645
1 INCLUDES = -I$(top_srcdir)/include
3 noinst_HEADERS = tests.h
5 AM_CFLAGS = $(OGG_CFLAGS)
7 THEORADIR = ../lib
8 THEORA_LIBS = $(THEORADIR)/libtheora.la $(OGG_LIBS)
10 test: check
12 TESTS_ENVIRONMENT = $(VALGRIND_ENVIRONMENT)
14 TESTS = noop comment-test
16 noinst_PROGRAMS = $(TESTS)
18 noop_SOURCES = noop.c
19 noop_LDADD = $(THEORA_LIBS)
20 noop_CFLAGS = $(OGG_CFLAGS)
22 comment_test_SOURCES = comment-test.c
23 comment_test_LDADD = $(THEORA_LIBS)
24 comment_test_CFLAGS = $(OGG_CFLAGS)