remove replacementpool

This commit is contained in:
Scott Sadler
2018-03-26 16:21:33 -03:00
parent 49cd4daab2
commit 51aad18733
16 changed files with 190 additions and 875 deletions

View File

@@ -1,16 +0,0 @@
TESTS += komodo-test
bin_PROGRAMS += komodo-test
# tool for generating our public parameters
komodo_test_SOURCES = \
test-komodo/main.cpp \
test-komodo/test_replacementpool.cpp
komodo_test_CPPFLAGS = $(komodod_CPPFLAGS)
komodo_test_LDADD = -lgtest -lgmock $(komodod_LDADD)
komodo_test_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static