Re-organizes the file structure for actions.
This commit is contained in:
@@ -110,6 +110,11 @@ check_PROGRAMS += test/gmock-matchers_test
|
||||
test_gmock_matchers_test_SOURCES = test/gmock-matchers_test.cc
|
||||
test_gmock_matchers_test_LDADD = $(GTEST_LIBS) lib/libgmock_main.la
|
||||
|
||||
TESTS += test/gmock-more-actions_test
|
||||
check_PROGRAMS += test/gmock-more-actions_test
|
||||
test_gmock_more_actions_test_SOURCES = test/gmock-more-actions_test.cc
|
||||
test_gmock_more_actions_test_LDADD = $(GTEST_LIBS) lib/libgmock_main.la
|
||||
|
||||
TESTS += test/gmock-nice-strict_test
|
||||
check_PROGRAMS += test/gmock-nice-strict_test
|
||||
test_gmock_nice_strict_test_SOURCES = test/gmock-nice-strict_test.cc
|
||||
|
||||
Reference in New Issue
Block a user