~ubuntu-branches/ubuntu/vivid/nbdkit/vivid

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Hilko Bengen
  • Date: 2013-10-06 15:25:05 UTC
  • mto: (10.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20131006152505-iul8k8f2rvyahg1c
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
TESTS_ENVIRONMENT = LIBGUESTFS_ATTACH_METHOD=appliance
40
40
 
41
41
# Common test library.
42
 
noinst_LTLIBRARIES = libtest.la
 
42
check_LTLIBRARIES = libtest.la
43
43
libtest_la_SOURCES = test.c test.h
44
44
libtest_la_CFLAGS = $(WARNINGS_CFLAGS)
45
45
 
46
46
# Basic connection test.
47
47
check_PROGRAMS = test-connect
48
48
TESTS = test-connect
49
 
noinst_DATA =
 
49
check_DATA =
50
50
 
51
51
test_connect_SOURCES = test-connect.c test.h
52
52
test_connect_CFLAGS = $(WARNINGS_CFLAGS) $(LIBGUESTFS_CFLAGS)
55
55
# file plugin test.
56
56
check_PROGRAMS += test-file
57
57
TESTS += test-file
58
 
noinst_DATA += file-data
 
58
check_DATA += file-data
59
59
MAINTAINERCLEANFILES += file-data
60
60
 
61
61
test_file_SOURCES = test-file.c test.h
73
73
 
74
74
check_PROGRAMS += test-gzip
75
75
TESTS += test-gzip
76
 
noinst_DATA += disk disk.gz
 
76
check_DATA += disk disk.gz
77
77
MAINTAINERCLEANFILES += disk disk.gz
78
78
 
79
79
test_gzip_SOURCES = test-gzip.c test.h
98
98
 
99
99
check_PROGRAMS += test-xz
100
100
TESTS += test-xz
101
 
noinst_DATA += disk.xz
 
101
check_DATA += disk.xz
102
102
MAINTAINERCLEANFILES += disk.xz
103
103
 
104
104
test_xz_SOURCES = test-xz.c test.h