Skip to content
Snippets Groups Projects
Commit 60d165f8 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Integrate smartPointer test in makefiles

parent 8af1ba2c
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ add_subdirectory( debug )
add_subdirectory( memcheck )
add_subdirectory( move )
add_subdirectory( polymorphism )
add_subdirectory( smartPointers )
add_subdirectory( templates )
add_subdirectory( valgrind )
add_subdirectory( virtual_inheritance )
......
......@@ -2,7 +2,7 @@ compile: *.tex
pdflatex -shell-escape $<
pdflatex -shell-escape $<
TESTDIRS = callgrind cppcheck hello move python templates virtual_inheritance \
TESTDIRS = callgrind cppcheck hello move python smartPointers templates virtual_inheritance \
debug helgrind lambdas memcheck polymorphism race stl valgrind
NOCOMPILETESTDIRS = constness
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment