~ubuntu-branches/ubuntu/saucy/openexr/saucy

« back to all changes in this revision

Viewing changes to ImathTest/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Adeodato Simó
  • Date: 2008-03-24 23:00:21 UTC
  • mfrom: (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080324230021-gnofz9mnvcj1xlv3
Tags: 1.6.1-3
Disable (hopefully temporarily) the test suite on arm and ia64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## Process this file with automake to produce Makefile.in
2
 
 
3
 
check_PROGRAMS = ImathTest
4
 
 
5
 
ImathTest_SOURCES = main.cpp testExtractEuler.cpp testExtractSHRT.cpp \
6
 
                    testFrustum.cpp testFun.cpp testInvert.cpp \
7
 
                    testMatrix.cpp testRandom.cpp testRoots.cpp \
8
 
                    testShear.cpp testColor.cpp testColor.h \
9
 
                    testExtractEuler.h testExtractSHRT.h testFrustum.h \
10
 
                    testFun.h testInvert.h testMatrix.h testRandom.h \
11
 
                    testRoots.h testShear.h
12
 
 
13
 
INCLUDES = -I$(top_builddir) -I$(top_srcdir)/Imath -I$(top_srcdir)/Iex -I$(top_srcdir)/Half
14
 
 
15
 
LDADD = -L$(top_builddir)/Imath -L$(top_builddir)/Iex -L$(top_builddir)/Half \
16
 
        -lImath -lIex -lHalf
17
 
 
18
 
TESTS = ImathTest