From: Tomek Mrugalski Date: Mon, 18 Nov 2019 19:54:42 +0000 (+0800) Subject: [hackathon-client] unit-test compilation fixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fhackathon-client;p=thirdparty%2Fkea.git [hackathon-client] unit-test compilation fixes --- diff --git a/src/bin/client/tests/Makefile.am b/src/bin/client/tests/Makefile.am index d522edcaf6..6df63fc494 100644 --- a/src/bin/client/tests/Makefile.am +++ b/src/bin/client/tests/Makefile.am @@ -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)