diff --git a/examples/grammars/arithmetic.cc b/spec/fixtures/grammars/arithmetic.cc similarity index 100% rename from examples/grammars/arithmetic.cc rename to spec/fixtures/grammars/arithmetic.cc diff --git a/examples/grammars/golang.cc b/spec/fixtures/grammars/golang.cc similarity index 100% rename from examples/grammars/golang.cc rename to spec/fixtures/grammars/golang.cc diff --git a/examples/grammars/helpers.cc b/spec/fixtures/grammars/helpers.cc similarity index 100% rename from examples/grammars/helpers.cc rename to spec/fixtures/grammars/helpers.cc diff --git a/examples/grammars/helpers.h b/spec/fixtures/grammars/helpers.h similarity index 100% rename from examples/grammars/helpers.h rename to spec/fixtures/grammars/helpers.h diff --git a/examples/grammars/javascript.cc b/spec/fixtures/grammars/javascript.cc similarity index 100% rename from examples/grammars/javascript.cc rename to spec/fixtures/grammars/javascript.cc diff --git a/examples/grammars/json.cc b/spec/fixtures/grammars/json.cc similarity index 100% rename from examples/grammars/json.cc rename to spec/fixtures/grammars/json.cc diff --git a/examples/parsers/arithmetic.c b/spec/fixtures/parsers/arithmetic.c similarity index 100% rename from examples/parsers/arithmetic.c rename to spec/fixtures/parsers/arithmetic.c diff --git a/examples/parsers/golang.c b/spec/fixtures/parsers/golang.c similarity index 100% rename from examples/parsers/golang.c rename to spec/fixtures/parsers/golang.c diff --git a/examples/parsers/javascript.c b/spec/fixtures/parsers/javascript.c similarity index 100% rename from examples/parsers/javascript.c rename to spec/fixtures/parsers/javascript.c diff --git a/examples/parsers/json.c b/spec/fixtures/parsers/json.c similarity index 100% rename from examples/parsers/json.c rename to spec/fixtures/parsers/json.c diff --git a/tests.gyp b/tests.gyp index 8f7adf88..dad8dec6 100644 --- a/tests.gyp +++ b/tests.gyp @@ -8,12 +8,12 @@ ], 'include_dirs': [ 'src', - 'examples', 'spec', 'externals/bandit', ], 'sources': [ - '