Skip to content

Commit

Permalink
adding my MPI GTest framework
Browse files Browse the repository at this point in the history
  • Loading branch information
patflick committed May 23, 2015
1 parent de1da8a commit af001d5
Show file tree
Hide file tree
Showing 5 changed files with 29,873 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
.ycm_extra_conf.pyc
build

## Autogenerated gitignore: ##
# Created by https://www.gitignore.io

### Vim ###
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~

1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ endif (MPI_FOUND)
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin CACHE PATH "Output directory for applications" )

include_directories("${PROJECT_SOURCE_DIR}/include")
include_directories("${PROJECT_SOURCE_DIR}/ext")
include_directories("${PROJECT_SOURCE_DIR}/ext/cxx-prettyprint")

add_subdirectory(test)
Loading

0 comments on commit af001d5

Please sign in to comment.