diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:35:42 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-01 18:36:29 +0200 |
commit | 77ffd0e710a5ea62b3c36e37cf82fd66df5b6512 (patch) | |
tree | 8ca132ac10b901c26da56102c75c5df3edd52ab8 /libkcal/tests/Makefile.am | |
parent | 53ce57b0434d4fd42b3128a8f9fb4076e406ce01 (diff) | |
download | tdepim-77ffd0e710a5ea62b3c36e37cf82fd66df5b6512.tar.gz tdepim-77ffd0e710a5ea62b3c36e37cf82fd66df5b6512.zip |
Fixed building of libkcal tests. Some of the tests still fails when
executed. This relates to bug 2719.
Special thanks to Emanoil Kotsev <deloptes@gmail.com> for providing an
inital patch for the same bug, from which I reused a small section of code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit ce47e20ed3f172bb04a2d4055a9326fec1c879b0)
Diffstat (limited to 'libkcal/tests/Makefile.am')
-rw-r--r-- | libkcal/tests/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libkcal/tests/Makefile.am b/libkcal/tests/Makefile.am index 81658ad56..ef0771a98 100644 --- a/libkcal/tests/Makefile.am +++ b/libkcal/tests/Makefile.am @@ -4,8 +4,6 @@ INCLUDES = -I$(top_srcdir)/libkcal \ -I../libical/src/libicalss -I$(srcdir)/../versit \ -I$(top_srcdir) $(all_includes) -AM_CPPFLAGS = -DKDETOPSRCDIR=\"$(top_srcdir)\" - check_PROGRAMS = testtostring \ testincidence \ testcalendar \ |