]> Git Repo - VerusCoin.git/blame - src/Makefile.ktest.include
Merge branch 'testmaster' into beta
[VerusCoin.git] / src / Makefile.ktest.include
CommitLineData
4c121ffd
SS
1
2TESTS += komodo-test
3bin_PROGRAMS += komodo-test
4
5# tool for generating our public parameters
6komodo_test_SOURCES = \
7 test-komodo/main.cpp \
561f3e18 8 test-komodo/test_cryptoconditions.cpp \
9bf132a5
SS
9 test-komodo/test_eval_bet.cpp \
10 test-komodo/test_eval_notarisation.cpp
4c121ffd
SS
11
12komodo_test_CPPFLAGS = $(komodod_CPPFLAGS)
13
14komodo_test_LDADD = -lgtest $(komodod_LDADD)
15
16komodo_test_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static
This page took 0.023715 seconds and 4 git commands to generate.