Skip to content

Commit

Permalink
Modified FBCache to fix issue #16 (design)
Browse files Browse the repository at this point in the history
Removed from FBCache all unncessary private fields
Issue #16: closed
Removed file Makefile-Netbeans
Addressed some cppcheck warnings in test files
Added method template norm_fro_sq in Matrix.h
  • Loading branch information
alphaville committed Jan 19, 2016
1 parent d6af941 commit 59cd77c
Show file tree
Hide file tree
Showing 8 changed files with 122 additions and 248 deletions.
128 changes: 0 additions & 128 deletions Makefile-Netbeans

This file was deleted.

7 changes: 2 additions & 5 deletions genCoverage.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#!/bin/bash
make clean
rm -rf coverage
rm coverage.info
rm libforbes-coverage.info
#make
#make build-tests
make -j 8 test
lcov --capture --directory ./build/Debug --output-file coverage.info
lcov --directory ./build/Debug --capture --output-file coverage.info
lcov --remove coverage.info '/usr/include/*' 'main.cpp' --output-file libforbes-coverage.info
genhtml libforbes-coverage.info --output-directory coverage
genhtml -s --legend --title 'LibForBES Unit Tests' libforbes-coverage.info --output-directory coverage
Loading

0 comments on commit 59cd77c

Please sign in to comment.