Logo
Explore Help
Sign In
devtools/eigen
1
0
Fork 0
You've already forked eigen
mirror of https://gitlab.com/libeigen/eigen.git synced 2026-04-10 11:34:33 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3.1.0-alpha1
eigen/test/runtest.sh

21 lines
322 B
Bash
Raw Permalink Normal View History

update of the testing framework: replaced the QTestLib framework my custom macros and a (optional) custom script to run the tests from ctest.
2008-05-22 12:18:55 +00:00
#!/bin/bash
black='\E[30m'
red='\E[31m'
green='\E[32m'
yellow='\E[33m'
blue='\E[34m'
magenta='\E[35m'
cyan='\E[36m'
white='\E[37m'
* Remove test_ prefix in tests * tests now honor EIGEN_REPEAT and EIGEN_SEED if no arguments were passed
2009-12-02 12:07:47 -05:00
if ! ./$1 > /dev/null 2> .runtest.log ; then
* use standard CMAKE_BUILD_TYPE * remove debug_xxx targets * runtest.sh: don't run make
2009-11-11 16:11:33 -05:00
echo -e $red Test $1 failed: $black
update of the testing framework: replaced the QTestLib framework my custom macros and a (optional) custom script to run the tests from ctest.
2008-05-22 12:18:55 +00:00
echo -e $blue
cat .runtest.log
echo -e $black
exit 1
* use standard CMAKE_BUILD_TYPE * remove debug_xxx targets * runtest.sh: don't run make
2009-11-11 16:11:33 -05:00
else
echo -e $green Test $1 passed$black
update of the testing framework: replaced the QTestLib framework my custom macros and a (optional) custom script to run the tests from ctest.
2008-05-22 12:18:55 +00:00
fi
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 78ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API