Commit 6af49f89 authored by Takhir Fakhrutdinov's avatar Takhir Fakhrutdinov

тесты

parent a2a54551
...@@ -28,4 +28,5 @@ write_buildinfo.f95 ...@@ -28,4 +28,5 @@ write_buildinfo.f95
!detection/ !detection/
!detectionduplet/ !detectionduplet/
!detectionmanual/ !detectionmanual/
!test/
#!/bin/sh
export LC_ALL=C
a1=sgptest
export DYLD_LIBRARY_PATH=../lib
export LD_LIBRARY_PATH=../lib
export PATH=../lib:$PATH
export JPLEPH=../share/JPLEPH
export GRAVITY=../share/
b=`echo $1|awk -F: '{print $1}'`
exe=`eval echo \\$a$b`
if [ "xD`hostname`" = "xDp1.live.adaps.ru" ] ; then
export LD_PRELOAD=/usr/local/lib/gcc5/libgcc_s.so.1
fi
cat $2 | nice -n 19 ../bin/$1 >tst_run.out 2>tst_run.err
gzip -9f tst_run.out
gzip -9f tst_run.err
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment