summaryrefslogtreecommitdiff
path: root/tests/pwl
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2019-09-10 22:30:35 +0100
committerReuben Thomas <rrt@sc3d.org>2019-09-10 22:30:35 +0100
commitd7dcf5e10412eb58410adecefb630d8372cb4632 (patch)
tree0eef7baf83bae5ef30c57950f06c9d258a937de0 /tests/pwl
parent4fe66103afe785e3fa20994687f53622bea51819 (diff)
downloadenchant-d7dcf5e10412eb58410adecefb630d8372cb4632.tar.gz
UnitTest++/Travis: build on Ubuntu 18.04 and remove workarounds
Previously Arch and Debian/Ubuntu needed workarounds to correctly detect and build with UnitTest++. Remove these.
Diffstat (limited to 'tests/pwl')
-rw-r--r--tests/pwl/enchant_pwl_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pwl/enchant_pwl_tests.cpp b/tests/pwl/enchant_pwl_tests.cpp
index c6a51e7..5dc1562 100644
--- a/tests/pwl/enchant_pwl_tests.cpp
+++ b/tests/pwl/enchant_pwl_tests.cpp
@@ -20,7 +20,7 @@
*/
#include <unistd.h>
-#include <UnitTest++.h>
+#include <UnitTest++/UnitTest++.h>
#include <stdio.h>
#include <enchant.h>
#include <enchant-provider.h>