diff options
author | Pjotr Prins | 2017-07-26 07:46:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-26 07:46:29 +0000 |
commit | f4318e5545ad3afbf7b04a248806a4580af8b69b (patch) | |
tree | f7b92c595119e33a83e293d52d5ca696fdcd0716 /test/test_suite.sh | |
parent | 978d7a92911828b82452118273989b5a9a3d02d9 (diff) | |
download | pangemma-f4318e5545ad3afbf7b04a248806a4580af8b69b.tar.gz |
Added a line count test for K
Diffstat (limited to 'test/test_suite.sh')
-rwxr-xr-x | test/test_suite.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_suite.sh b/test/test_suite.sh index 2b2ed0f..ca13ff7 100755 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -8,6 +8,7 @@ testCenteredRelatednessMatrixK() { assertEquals 0 $? grep "total computation time" < output/mouse_hs1940.log.txt assertEquals 0 $? + assertEquals "1940" `wc -l < output/mouse_hs1940.cXX.txt` assertEquals "3763600" `wc -w < output/mouse_hs1940.cXX.txt` # assertEquals "15f680c" `md5sum < output/mouse_hs1940.cXX.txt | head -c 7` assertEquals "0.335" `head -c 5 output/mouse_hs1940.cXX.txt` |