move test files in their own directory

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27442 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-15 13:04:15 +00:00
parent 6b6d80212b
commit c8b2234f39
7 changed files with 9 additions and 7 deletions

View File

@ -19,14 +19,16 @@ bin_PROGRAMS = tex2lyx
DEFAULT_INCLUDES =
AM_CPPFLAGS += \
-DTEX2LYX \
$(PCH_FLAGS) \
-I$(top_srcdir)/src/tex2lyx \
-I$(top_srcdir)/src \
-I$(top_builddir) \
$(BOOST_INCLUDES)
AM_CPPFLAGS += -DTEX2LYX $(PCH_FLAGS) -I$(top_srcdir)/src/tex2lyx \
-I$(top_srcdir)/src -I$(top_builddir) $(BOOST_INCLUDES)
TEST_FILES = \
test/box-color-size-space-align.tex \
test/foo.eps \
test/foo.png \
test/test-insets.tex \
test/test.ltx \
test/test-structure.tex
LINKED_FILES = \
../FloatList.cpp \

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB