Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92927404
run_tests
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 21:28
Size
304 B
Mime Type
text/x-shellscript
Expires
Tue, Nov 26, 21:28 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22539885
Attached To
R195 SCITAS application benchmarks
run_tests
View Options
#!/bin/bash
echo " "
echo "running miniFE tests..."
if [ ! -x miniFE.x ]; then
echo "miniFE.x doesn't exist or isn't executable. Aborting."
exit -1
fi
./run_one_test 1 1 1 2
if [ $? != 0 ]; then
echo "test failed"
exit $?
fi
./run_one_test 2 1 1 2
if [ $? != 0 ]; then
echo "test failed"
exit $?
fi
Event Timeline
Log In to Comment