]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[hackathon-client] unit-test compilation fixes hackathon-client
authorTomek Mrugalski <tomasz@isc.org>
Mon, 18 Nov 2019 19:54:42 +0000 (03:54 +0800)
committerTomek Mrugalski <tomasz@isc.org>
Mon, 18 Nov 2019 19:54:42 +0000 (03:54 +0800)
src/bin/client/tests/Makefile.am

index d522edcaf677a06f211cb8c931b1635fe71d6d3b..6df63fc494cfb39668de86bb67f7b2532ce758b6 100644 (file)
@@ -24,9 +24,6 @@ if HAVE_GTEST
 TESTS += client_unittests
 
 client_unittests_SOURCES  = client_unittests.cc
-client_unittests_SOURCES  += state_machine_unittest.cc
-
-# client_unittests_SOURCES  += ../client_interface.cc
 
 client_unittests_CPPFLAGS = $(AM_CPPFLAGS) $(GTEST_INCLUDES)
 client_unittests_LDFLAGS = $(AM_LDFLAGS) $(CRYPTO_LDFLAGS)