diff options
author | Erik de Castro Lopo <erikd@mingus> | 2006-01-19 09:05:37 +0000 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mingus> | 2006-01-19 09:05:37 +0000 |
commit | 9ce84c0ae5fd1a4c8a61d64ee04e760daf2b402c (patch) | |
tree | 2fb77114286ef01a38f0107df983abd20183cc2a /tests/Makefile.am | |
parent | 08c888658146b5cc0e8a69316bd006c9195b2315 (diff) |
Add largefile_test.c and hook into build.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index d2eb9a7..bce2f91 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,7 +6,7 @@ noinst_PROGRAMS = sfversion floating_point_test write_read_test \ pcm_test headerless_test pipe_test benchmark header_test misc_test \ raw_test string_test open_fail_test multi_file_test dither_test \ scale_clip_test win32_test fix_this aiff_rw_test virtual_io_test \ - locale_test + locale_test largefile_test SNDFILEDIR = ../src INCLUDES = -I$(srcdir)/$(SNDFILEDIR) @@ -55,6 +55,9 @@ command_test_LDADD = $(SNDFILEDIR)/libsndfile.la locale_test_SOURCES = locale_test.c utils.c locale_test_LDADD = $(SNDFILEDIR)/libsndfile.la +largefile_test_SOURCES = largefile_test.c utils.c +largefile_test_LDADD = $(SNDFILEDIR)/libsndfile.la + pcm_test_SOURCES = pcm_test.c utils.c pcm_test_LDADD = $(SNDFILEDIR)/libsndfile.la |