Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed May 15, 2024
1 parent bf448f7 commit d3c1894
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/fst/test/run-lexicon-yaml-testcases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ yaml_file_subdir=lexicon-yamls

####### Include/source helper script from dir above - DO NOT CHANGE: ########
# Relative path from test script to test runner:
testrunner="../run-yaml-testcases.sh"
testrunner="../../../test/run-yaml-testcases.sh"

# Make symlink of lexicon.hfst in the src directory
pushd ../../src/
pushd ../ || exit 1
ln -s fst/lexicon.hfst generator-lexicon.hfst
popd
popd || exit 1

source $testrunner $transducer $yaml_file_subdir $halftest
source $testrunner $transducer $yaml_file_subdir ../../../test $halftest

0 comments on commit d3c1894

Please sign in to comment.