Build Query.pgf in build-gfctest.sh and look for it in the current directory

This commit is contained in:
kevin.kofler
2010-05-16 21:12:01 +00:00
parent ee1c419979
commit df98e9b442
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ int main(int argc, char *argv[])
{
gf_init(&argc, &argv);
GF_PGF pgf = gf_readPGF("../examples/tutorial/embedded/Query.pgf");
GF_PGF pgf = gf_readPGF("Query.pgf");
GF_Language lang = gf_readLanguage("QueryEng");
GF_Type cat = gf_startCat(pgf);
char *lexed = gf_stringOp("lextext")("Is 2 prime");