~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_PROGRAMS =               \
 
1
SUBDIRS = test-activation models
 
2
 
 
3
check_PROGRAMS =                \
 
4
        test-thread             \
2
5
        test-moniker            \
3
6
        test-properties-server  \
4
7
        test-properties-client  \
5
8
        test-event-source       \
6
9
        test-object             \
7
10
        test-stream-mem         \
8
 
        test-storage-mem
 
11
        test-storage-mem        \
 
12
        test-generic-factory    \
 
13
        test-main-loop          \
 
14
        generic-factory         \
 
15
        test-uniqapp
9
16
 
10
17
INCLUDES =      \
11
18
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"        \
13
20
        $(WARN_CFLAGS)                                  \
14
21
        $(LIBBONOBO_CFLAGS)
15
22
 
16
 
LDADD = $(top_builddir)/bonobo/libbonobo-2.la
 
23
LDADD = $(top_builddir)/bonobo/libbonobo-2.la $(LIBBONOBO_LIBS)
17
24
 
18
25
test_properties_server_SOURCES =                        \
19
26
        test-properties-server.c
21
28
test_properties_client_SOURCES =                        \
22
29
        test-properties-client.c
23
30
 
 
31
test_thread_SOURCES = test-thread.c
 
32
 
24
33
test_moniker_SOURCES = test-moniker.c
25
34
 
26
35
test_object_SOURCES = test-object.c
31
40
 
32
41
test_storage_mem_SOURCES = test-storage-mem.c
33
42
 
 
43
test_uniqapp_SOURCES = test-uniqapp.c
 
44
 
 
45
test_main_loop_SOURCES = test-main-loop.c
 
46
 
34
47
TESTS_ENVIRONMENT =                                     \
35
48
        LD_LIBRARY_PATH="$(top_builddir)/bonobo/.libs:$$LD_LIBRARY_PATH"        \
36
 
        BONOBO_PLUGIN_PATH="$(top_builddir)/storage-modules/.libs:$$BONOBO_PLUGIN_PATH"
 
49
        BONOBO_PLUGIN_PATH="$(top_builddir)/storage-modules/.libs:$$BONOBO_PLUGIN_PATH"\
 
50
        BONOBO_ACTIVATION_PATH="$(srcdir):$$BONOBO_ACTIVATION_PATH"\
 
51
        MODELS_DIR="$(srcdir)/models"
37
52
 
38
53
TESTS = test-moniker test-event-source test-object \
39
 
        test-stream-mem $(srcdir)/test-properties.sh test-storage-mem
40
 
EXTRA_DIST = test-properties.sh
 
 
b'\\ No newline at end of file'
 
54
        test-stream-mem $(srcdir)/test-properties.sh test-storage-mem \
 
55
        test-generic-factory.sh test-main-loop
 
56
check_SCRIPTS = test-properties.sh test-generic-factory.sh
 
57
EXTRA_DIST=$(check_SCRIPTS) Test_Generic_Factory.server