mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 13:22:26 +00:00
Add confidence tests.
This commit is contained in:
parent
1304822769
commit
efefcf0fb4
27 changed files with 1720 additions and 0 deletions
10
src/test/confidence/testenv.sh
Executable file
10
src/test/confidence/testenv.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
## '.' this file from individual test.sh files.
|
||||
#set -e
|
||||
if which cygpath >/dev/null
|
||||
then export PATH="$(cygpath "$1")/bin":$PATH
|
||||
else export PATH="$1/bin":$PATH
|
||||
fi
|
||||
# Set ibrary paths for darwin and termux(android)
|
||||
export DYLD_LIBRARY_PATH=$1/lib:$DYLD_LIBRARY_PATH
|
||||
export LD_LIBRARY_PATH=$1/lib:$LD_LIBRARY_PATH
|
||||
rm -f *.o *.obj *.exe *.sym *.c *.h result
|
||||
Loading…
Add table
Add a link
Reference in a new issue