diff options
Diffstat (limited to 'tests/unit/Makefile')
| -rw-r--r-- | tests/unit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index edff73c..b0b6922 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile | |||
| @@ -97,7 +97,7 @@ test_stratum_proxy: test_stratum_proxy.c $(REPO_ROOT)/main/stratum_proxy.c $(REP | |||
| 97 | $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/stratum_proxy.c $(REPO_ROOT)/main/mining_payment.c -o $@ $(LDFLAGS) | 97 | $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/stratum_proxy.c $(REPO_ROOT)/main/mining_payment.c -o $@ $(LDFLAGS) |
| 98 | 98 | ||
| 99 | test_session_payment_method: test_session_payment_method.c $(REPO_ROOT)/main/session.c $(REPO_ROOT)/main/cashu.c | 99 | test_session_payment_method: test_session_payment_method.c $(REPO_ROOT)/main/session.c $(REPO_ROOT)/main/cashu.c |
| 100 | $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/session.c $(REPO_ROOT)/main/cashu.c -o $@ $(LDFLAGS) | 100 | $(CC) $(CFLAGS) -include stubs/mint_health.h $< $(REPO_ROOT)/main/session.c $(REPO_ROOT)/main/cashu.c -o $@ $(LDFLAGS) |
| 101 | 101 | ||
| 102 | test_tollgate_client_mining: test_tollgate_client_mining.c | 102 | test_tollgate_client_mining: test_tollgate_client_mining.c |
| 103 | $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) | 103 | $(CC) $(CFLAGS) $< -o $@ $(LDFLAGS) |