diff options
Diffstat (limited to 'test/Makefile.am')
| -rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 45f54f4..76cd56f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -7,6 +7,11 @@ gtest_ldadd = $(STDPLUS_LIBS) $(GTEST_LIBS) $(GMOCK_LIBS) -lgmock_main check_PROGRAMS = TESTS = $(check_PROGRAMS) +check_PROGRAMS += handle/copyable +handle_copyable_SOURCES = handle/copyable.cpp +handle_copyable_CPPFLAGS = $(gtest_cppflags) +handle_copyable_LDADD = $(gtest_ldadd) + check_PROGRAMS += handle/managed handle_managed_SOURCES = handle/managed.cpp handle_managed_CPPFLAGS = $(gtest_cppflags) |

