diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:35:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-03-24 21:35:42 +0900 |
commit | ce47e20ed3f172bb04a2d4055a9326fec1c879b0 (patch) | |
tree | 5906777828b9f2ed01d7516c05bee7687d92b59f /libkcal/tests/Makefile.am | |
parent | 2877efbe303c4d41b5867e70f0fa464384399afc (diff) | |
download | tdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.tar.gz tdepim-ce47e20ed3f172bb04a2d4055a9326fec1c879b0.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>
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 b9b1cc25a..9b7e6cbb6 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 \ |