14e27756b1a1e843787d7edbdfe7daadd32c86f4
This new script is created by download_and_compile.sh in the same way as run_fgfs.sh and friends. It changes the current directory to $d/install, where $d is the directory containing the 'run' script. Then it sets LD_LIBRARY_PATH in the same way as run_fgfs.sh. Finally, it runs the command formed of all arguments passed to it. This can be used for instance to run SimGear tests with the proper LD_LIBRARY_PATH setting: assuming SimGear has been built by download_and_compile.sh and you are in the directory from which download_and_compile.sh was run, you can do: cd build/simgear ../../run ctest --output-on-failure
Description
No description provided
Languages
Python
55.2%
Shell
30.7%
Batchfile
5.9%
Inno Setup
4.3%
Ruby
2.2%
Other
1.7%