diff options
| author | Your Name <you@example.com> | 2026-05-17 01:38:55 +0530 |
|---|---|---|
| committer | Your Name <you@example.com> | 2026-05-17 01:38:55 +0530 |
| commit | 60e0a1042e5c56fe7d4b46d760441391df4ff809 (patch) | |
| tree | a755322dd31c1442ac374c60eab0c34349de98ff | |
| parent | 72f7b68b93ed6b237775eb2caf516a1503675614 (diff) | |
test_nostr_event: 23/23 passing — NIP-01 event ID, Schnorr signing, JSON serialization
| -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) |