]>
Commit | Line | Data |
---|---|---|
4c121ffd SS |
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 \ | |
0cb91a8d | 8 | test-komodo/testutils.cpp \ |
561f3e18 | 9 | test-komodo/test_cryptoconditions.cpp \ |
0cb91a8d | 10 | test-komodo/test_coinimport.cpp \ |
9bf132a5 | 11 | test-komodo/test_eval_bet.cpp \ |
20c3ac51 SS |
12 | test-komodo/test_eval_notarisation.cpp \ |
13 | test-komodo/test_crosschain.cpp | |
4c121ffd SS |
14 | |
15 | komodo_test_CPPFLAGS = $(komodod_CPPFLAGS) | |
16 | ||
17 | komodo_test_LDADD = -lgtest $(komodod_LDADD) | |
18 | ||
19 | komodo_test_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) -static |