Add Google Test setup and one unit test

This commit is contained in:
Ben Visness
2016-08-25 16:04:42 -05:00
parent f8ff9972ee
commit 603dcc2f4a
7 changed files with 193 additions and 10 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
hmm_test