mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
shuffle stuff arond
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20810 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
30725acc58
commit
456524da45
@ -39,3 +39,23 @@ liblyxfrontends_la_SOURCES = \
|
|||||||
WorkAreaManager.cpp \
|
WorkAreaManager.cpp \
|
||||||
WorkAreaManager.h \
|
WorkAreaManager.h \
|
||||||
mouse_state.h
|
mouse_state.h
|
||||||
|
|
||||||
|
################################# Tests ################################
|
||||||
|
|
||||||
|
EXTRA_DIST += tests/test_biblio
|
||||||
|
|
||||||
|
TESTS = \
|
||||||
|
test_biblio
|
||||||
|
|
||||||
|
check_PROGRAMS = \
|
||||||
|
biblio
|
||||||
|
|
||||||
|
biblio_LDADD = $(BOOST_REGEX)
|
||||||
|
biblio_SOURCES = \
|
||||||
|
tests/biblio.cpp \
|
||||||
|
tests/boost.cpp
|
||||||
|
|
||||||
|
makeregfiles: ${check_PROGRAMS}
|
||||||
|
for all in ${check_PROGRAMS} ; do \
|
||||||
|
./$$all > ${srcdir}/regfiles/$$all ; \
|
||||||
|
done
|
||||||
|
@ -42,24 +42,3 @@ AM_CPPFLAGS += $(PCH_FLAGS)
|
|||||||
liblyxcontrollers_la_SOURCES = $(SOURCEFILES) $(HEADERFILES)
|
liblyxcontrollers_la_SOURCES = $(SOURCEFILES) $(HEADERFILES)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
################################# Tests ################################
|
|
||||||
|
|
||||||
EXTRA_DIST += tests/test_biblio
|
|
||||||
|
|
||||||
TESTS = \
|
|
||||||
test_biblio
|
|
||||||
|
|
||||||
check_PROGRAMS = \
|
|
||||||
biblio
|
|
||||||
|
|
||||||
biblio_LDADD = $(BOOST_REGEX)
|
|
||||||
biblio_SOURCES = \
|
|
||||||
tests/biblio.cpp \
|
|
||||||
tests/boost.cpp
|
|
||||||
|
|
||||||
makeregfiles: ${check_PROGRAMS}
|
|
||||||
for all in ${check_PROGRAMS} ; do \
|
|
||||||
./$$all > ${srcdir}/regfiles/$$all ; \
|
|
||||||
done
|
|
||||||
|
Loading…
Reference in New Issue
Block a user