~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to unittests/include.am

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-10-29 15:43:40 UTC
  • mfrom: (1.2.12) (2.1.19 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029154340-2gp39el6cv8bwf2o
Tags: 1:7.2.3-2ubuntu1
* Merge from debian, remaining changes:
  - Link against boost_system because of boost_thread.
  - Add required libs to message/include.am
  - Add upstart job and adjust init script to be upstart compatible.
  - Disable -floop-parallelize-all due to gcc-4.8/4.9 compiler ICE
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57732

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 
20
20
if HAVE_BOOST_TEST
21
 
check_PROGRAMS += unittests/unittests
 
21
noinst_PROGRAMS+= unittests/unittests
22
22
endif
23
23
 
24
 
noinst_HEADERS += \
25
 
                  unittests/plugin/plugin_stubs.h \
26
 
                  unittests/temporal_generator.h
 
24
noinst_HEADERS+= unittests/plugin/plugin_stubs.h
 
25
noinst_HEADERS+= unittests/temporal_generator.h
27
26
 
28
27
unit: unittests/unittests
29
28
        unittests/unittests
33
32
#                     unittests/temporal_interval_test.cc
34
33
#                    
35
34
 
 
35
unittests_unittests_DEPENDENCIES=
 
36
unittests_unittests_DEPENDENCIES+= plugin/libmyisam_plugin.la
 
37
unittests_unittests_DEPENDENCIES+= drizzled/drizzled
 
38
unittests_unittests_DEPENDENCIES+= libdrizzle-1.0/libdrizzle.la
36
39
unittests_unittests_SOURCES = \
37
40
                              unittests/main.cc \
38
41
                              unittests/atomics_test.cc \