diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-11-19 15:54:21 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-11-19 15:54:21 -0800 |
commit | 1bb05ac16f0c2df768061d8c32d5ae827acd2946 (patch) | |
tree | d1defc563830f62ddf44784a023b699a185b6ff2 /tests/data/test1119 | |
parent | 091c52fef7636020522334f7eff58701f5fd8489 (diff) | |
download | curl-1bb05ac16f0c2df768061d8c32d5ae827acd2946.tar.gz |
Check for errors while preprocessing curl.h in test 1119
This showed a problem when running the test out-of-tree, so
an include path is now being added to pick up the generated
curlbuild.h file.
Diffstat (limited to 'tests/data/test1119')
-rw-r--r-- | tests/data/test1119 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1119 b/tests/data/test1119 index 52b7e5893..4b5a9ec73 100644 --- a/tests/data/test1119 +++ b/tests/data/test1119 @@ -17,7 +17,7 @@ Verify that symbols-in-versions and headers are in sync </name> <command type="perl"> -%SRCDIR/symbol-scan.pl %SRCDIR/.. +%SRCDIR/symbol-scan.pl %SRCDIR/.. ../include/curl </command> </client> |