aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorShevek <[email protected]>2015-01-01 11:16:02 -0800
committerShevek <[email protected]>2015-01-01 11:16:02 -0800
commite46675ff16bda1f62059fcec83c8f09509fa8c4d (patch)
tree1ea733786342c2b9087847a2f3ed4fbff4e1eb0d /src
parentdfb00f41c25aa94671c494a44a89cd135336e358 (diff)
Hack to make tests pass on trusty jenkins server
Diffstat (limited to 'src')
-rw-r--r--src/test/java/org/anarres/cpp/IncludeAbsoluteTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/java/org/anarres/cpp/IncludeAbsoluteTest.java b/src/test/java/org/anarres/cpp/IncludeAbsoluteTest.java
index 1a20a70..99ebf8f 100644
--- a/src/test/java/org/anarres/cpp/IncludeAbsoluteTest.java
+++ b/src/test/java/org/anarres/cpp/IncludeAbsoluteTest.java
@@ -20,6 +20,7 @@ public class IncludeAbsoluteTest {
public void testAbsoluteInclude() throws Exception {
Preprocessor pp = new Preprocessor();
pp.getSystemIncludePath().add("/usr/include");
+ pp.getSystemIncludePath().add("/usr/include/x86_64-linux-gnu");
pp.addInput(new StringLexerSource(
"#include </usr/include/features.h>\n"
+ "", true));