Logo
Explore Help
Sign In
miloignis/kraken
1
0
Fork 0
You've already forked kraken
Code Issues Pull Requests Packages Projects Releases Wiki Activity
Files
ad0e90f74a8eeaabbb50be3ca455925613f0fd81
kraken/tests/runTests.sh

16 lines
298 B
Bash
Raw Normal View History

Script to run all tests added. Prep work on new computer before fixing the remaining major template class bug.
2014-06-02 00:19:44 -07:00
#!/bin/bash
krakenPath="../build/kraken"
Got the new scoping working! Still some odd stuff happening to certian templates, and I think vector is having problems with new/traits. Really need to get canonnical filenames and what not worked out
2014-12-30 01:22:09 -05:00
#testDir=${1:-"../tests"}
testDir="."
Script to run all tests added. Prep work on new computer before fixing the remaining major template class bug.
2014-06-02 00:19:44 -07:00
ext=${2:-"krak"}
fileList=""
for dir in `find ${testDir} -type f -name "*.${ext}"`; do
filename=$(basename ${dir})
filename="${filename%.*}"
Work on fixing class templates instantiated outside of functions. Groundwork done, but it doesn't work. Doesn't break anything else either. Bedtime.
2014-06-09 00:21:38 -07:00
fileList+=\ $testDir\/$filename
Script to run all tests added. Prep work on new computer before fixing the remaining major template class bug.
2014-06-02 00:19:44 -07:00
done
Work on fixing class templates instantiated outside of functions. Groundwork done, but it doesn't work. Doesn't break anything else either. Bedtime.
2014-06-09 00:21:38 -07:00
${krakenPath} "--test" ${fileList}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 35ms Template: 3ms
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