mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Remove gf-lib-path from testsuite
Since it no longer depends on RGL and it caused issues in the testsuite
This commit is contained in:
@@ -55,8 +55,7 @@ main =
|
|||||||
|
|
||||||
runTest in_file out_file gold_file = do
|
runTest in_file out_file gold_file = do
|
||||||
input <- readFile in_file
|
input <- readFile in_file
|
||||||
rgl_lib_dir <- readFile "DATA_DIR"
|
writeFile out_file =<< run_gf ["-run"] input
|
||||||
writeFile out_file =<< run_gf ["-run","-gf-lib-path=" ++ rgl_lib_dir] input
|
|
||||||
exists <- doesFileExist gold_file
|
exists <- doesFileExist gold_file
|
||||||
if exists
|
if exists
|
||||||
then do out <- compatReadFile out_file
|
then do out <- compatReadFile out_file
|
||||||
|
|||||||
Reference in New Issue
Block a user