1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Adjust specs for changed include directory

This commit is contained in:
Petko Bordjukov 2016-06-10 23:02:03 +03:00
parent 765b64645f
commit 82868351a6

View file

@ -60,7 +60,7 @@ describe "libv8 locations" do
end
it "prepends its own incflags before any pre-existing ones" do
expect(@context.incflags).to eql "-I/foo\\ bar/v8 -I/usr/include -I/usr/local/include"
expect(@context.incflags).to eql "-I/foo\\ bar/v8/include -I/usr/include -I/usr/local/include"
end
it "prepends the locations of any libv8 objects on the the ldflags" do