Commit 982b7c40 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

testapi.c: Use ../../modules too.

parent 889c73d0
......@@ -274,7 +274,7 @@ int main (int argc, char *argv[])
args[0] = "-vvv";
args[1] = "-I";
args[2] = "dummy";
args[3] = "--plugin-path=../modules";
args[3] = "--plugin-path=../modules:../../modules";
args[4] = "--vout=dummy";
args[5] = "--aout=dummy";
for (int i = 1; i < argc; i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment