X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=1e75af93ec6ded07bf7d1f66ff7d825ff250eef9;hb=91a224f190867869d2d0b14a5f96e44a0593e682;hp=9537ab85f9be0c40b2c810b6a2e73db74a94eb0b;hpb=02cf8dfcafb7380cda35beaa2aad783ffea87fa3;p=ric-plt%2Fsdl.git diff --git a/Makefile.am b/Makefile.am index 9537ab8..1e75af9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -176,6 +176,12 @@ pkginclude_HEADERS = \ include/sdl/rejectedbysdl.hpp \ include/sdl/syncstorage.hpp +pkgtstincludedir = \ + $(includedir)/sdl/tst +pkgtstinclude_HEADERS = \ + include/sdl/tst/mockableasyncstorage.hpp \ + include/sdl/tst/mockablesyncstorage.hpp + pkgconfigdir = \ ${libdir}/pkgconfig nodist_pkgconfig_DATA = \ @@ -316,6 +322,8 @@ testrunner_SOURCES = \ tst/hostandport_test.cpp \ tst/invalidnamespace_test.cpp \ tst/main.cpp \ + tst/mockableasyncstorage_test.cpp \ + tst/mockablesyncstorage_test.cpp \ tst/namespaceconfigurations_test.cpp \ tst/namespaceconfigurationsimpl_test.cpp \ tst/namespacevalidator_test.cpp \