diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 4adc720..ab41175 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile | |||
| @@ -53,8 +53,8 @@ test_geohash: test_geohash.c $(REPO_ROOT)/main/geohash.c | |||
| 53 | test_identity: test_identity.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) | 53 | test_identity: test_identity.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) |
| 54 | $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) | 54 | $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) |
| 55 | 55 | ||
| 56 | test_nostr_event: test_nostr_event.c $(REPO_ROOT)/main/nostr_event.c $(SECP256K1_OBJ) | 56 | test_nostr_event: test_nostr_event.c $(REPO_ROOT)/main/nostr_event.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) |
| 57 | $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/nostr_event.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) | 57 | $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/nostr_event.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) |
| 58 | 58 | ||
| 59 | test_cashu: test_cashu.c $(REPO_ROOT)/main/cashu.c | 59 | test_cashu: test_cashu.c $(REPO_ROOT)/main/cashu.c |
| 60 | $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/cashu.c -o $@ $(LDFLAGS) | 60 | $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/cashu.c -o $@ $(LDFLAGS) |