You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
525 B
34 lines
525 B
KDE_CXXFLAGS = $(USE_RTTI)
|
|
|
|
INCLUDES = \
|
|
$(KOFFICE_INCLUDES) \
|
|
$(KOTEXT_INCLUDES) \
|
|
-I$(srcdir)/.. \
|
|
$(all_includes)
|
|
|
|
check_PROGRAMS = formulatest
|
|
TESTS = formulatest
|
|
formulatest_SOURCES = test_formula.cpp
|
|
formulatest_LDADD = ../libkspreadcommon.la
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
libtests.la
|
|
|
|
libtests_la_SOURCES = \
|
|
tester.cpp \
|
|
testrunner.cpp \
|
|
value_tester.cpp \
|
|
formula_tester.cpp \
|
|
inspector.cpp
|
|
|
|
noinst_HEADERS = \
|
|
tester.h \
|
|
testrunner.h \
|
|
value_tester.h \
|
|
formula_tester.h \
|
|
inspector.h
|
|
|
|
METASOURCES = AUTO
|
|
|