File tree 3 files changed +3
-1
lines changed
3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 22
22
EXERCISE :
23
23
- NAME : " asan"
24
24
- NAME : " atomic"
25
+ - NAME : " basicTypes"
25
26
- NAME : " callgrind"
26
27
- NAME : " concepts"
27
28
- NAME : " condition_variable"
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ endif()
16
16
add_subdirectory ( hello )
17
17
add_subdirectory ( asan )
18
18
add_subdirectory ( atomic )
19
+ add_subdirectory ( basicTypes )
19
20
add_subdirectory ( callgrind )
20
21
add_subdirectory ( condition_variable )
21
22
add_subdirectory ( constness )
Original file line number Diff line number Diff line change 1
1
TESTDIRS = callgrind cppcheck header_units control hello modules move python smartPointers templates virtual_inheritance \
2
- debug helgrind memcheck polymorphism race stl valgrind
2
+ debug helgrind memcheck polymorphism race stl valgrind basicTypes
3
3
NOCOMPILETESTDIRS = constness
4
4
5
5
solution :
You can’t perform that action at this time.
0 commit comments