forked from such-gitea/wownero-lws
Add unit tests for chain syncing (#87)
This commit is contained in:
committed by
Lee *!* Clagett
parent
c400c9ef8a
commit
e477c174e2
@@ -26,7 +26,13 @@
|
||||
# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
|
||||
# THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
add_library(monero-lws-unit-db OBJECT data.test.cpp storage.test.cpp subaddress.test.cpp webhook.test.cpp)
|
||||
add_library(monero-lws-unit-db OBJECT
|
||||
chain.test.cpp
|
||||
data.test.cpp
|
||||
storage.test.cpp
|
||||
subaddress.test.cpp
|
||||
webhook.test.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
monero-lws-unit-db
|
||||
monero-lws-unit-framework
|
||||
|
||||
Reference in New Issue
Block a user