]> Git Repo - VerusCoin.git/blob - src/Makefile.ktest.include
Fix exception
[VerusCoin.git] / src / Makefile.ktest.include
1
2 TESTS += komodo-test
3 bin_PROGRAMS += komodo-test
4
5 # tool for generating our public parameters
6 komodo_test_SOURCES = \
7         test-komodo/main.cpp \
8         test-komodo/testutils.cpp \
9         test-komodo/test_cryptoconditions.cpp \
10         test-komodo/test_coinimport.cpp \
11         test-komodo/test_eval_bet.cpp \
12         test-komodo/test_eval_notarisation.cpp \
13         test-komodo/test_crosschain.cpp \
14         test-komodo/test_parse_notarisation.cpp
15
16 komodo_test_CPPFLAGS = $(komodod_CPPFLAGS)
17
18 komodo_test_LDADD = -lgtest $(komodod_LDADD)
19
20 komodo_test_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
This page took 0.024376 seconds and 4 git commands to generate.