From f4318e5545ad3afbf7b04a248806a4580af8b69b Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 26 Jul 2017 07:46:25 +0000 Subject: Added a line count test for K --- test/test_suite.sh | 1 + 1 file changed, 1 insertion(+) 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` -- cgit v1.2.3