Проверки
This commit is contained in:
parent
fa7da223de
commit
e71c75a0e4
2
Makefile
2
Makefile
@ -31,6 +31,7 @@ SOURCES= \
|
|||||||
test_LocalConstantPointer.cpp \
|
test_LocalConstantPointer.cpp \
|
||||||
test_LocalPointer.cpp \
|
test_LocalPointer.cpp \
|
||||||
test_LocalVariable.cpp \
|
test_LocalVariable.cpp \
|
||||||
|
test_MacroDefinition.cpp \
|
||||||
test_Namespace.cpp \
|
test_Namespace.cpp \
|
||||||
test_Parameter.cpp \
|
test_Parameter.cpp \
|
||||||
test_ParameterPack.cpp \
|
test_ParameterPack.cpp \
|
||||||
@ -41,6 +42,7 @@ SOURCES= \
|
|||||||
test_ProtectedMethod.cpp \
|
test_ProtectedMethod.cpp \
|
||||||
test_PublicMember.cpp \
|
test_PublicMember.cpp \
|
||||||
test_PublicMethod.cpp \
|
test_PublicMethod.cpp \
|
||||||
|
test_ScopedEnumConstant.cpp \
|
||||||
test_StaticConstant.cpp \
|
test_StaticConstant.cpp \
|
||||||
test_StaticVariable.cpp \
|
test_StaticVariable.cpp \
|
||||||
test_Struct.cpp \
|
test_Struct.cpp \
|
||||||
|
1
test_MacroDefinition.cpp
Normal file
1
test_MacroDefinition.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#define MacroDefinition 0
|
1
test_ScopedEnumConstant.cpp
Normal file
1
test_ScopedEnumConstant.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
enum class TestEnum { big, SMALL_ };
|
Loading…
Reference in New Issue
Block a user