26 lines
723 B
Makefile
26 lines
723 B
Makefile
CPP_SRCS += \
|
|
argument_matching_tests.cpp \
|
|
cpp14_tests.cpp \
|
|
default_behaviore_tests.cpp \
|
|
custom_event_formatting_tests.cpp \
|
|
custom_testing_framework_tests.cpp \
|
|
default_event_formatting_tests.cpp \
|
|
dtor_mocking_tests.cpp \
|
|
event_notification_tests.cpp \
|
|
functional.cpp \
|
|
gcc_stubbing_multiple_values_tests.cpp \
|
|
gcc_type_info_tests.cpp \
|
|
miscellaneous_tests.cpp \
|
|
msc_stubbing_multiple_values_tests.cpp \
|
|
msc_type_info_tests.cpp \
|
|
referece_types_tests.cpp \
|
|
remove_const_volatile_tests.cpp \
|
|
sequence_verification_tests.cpp \
|
|
spying_tests.cpp \
|
|
stubbing_tests.cpp \
|
|
tpunit++main.cpp \
|
|
type_info_tests.cpp \
|
|
verification_errors_tests.cpp \
|
|
verification_tests.cpp \
|
|
VirtualOffsetSelectorTest.cpp
|