From 60e0a1042e5c56fe7d4b46d760441391df4ff809 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 May 2026 01:38:55 +0530 Subject: test_nostr_event: 23/23 passing — NIP-01 event ID, Schnorr signing, JSON serialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/Makefile | 4 ++-- 1 file 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 test_identity: test_identity.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) -test_nostr_event: test_nostr_event.c $(REPO_ROOT)/main/nostr_event.c $(SECP256K1_OBJ) - $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/nostr_event.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) +test_nostr_event: test_nostr_event.c $(REPO_ROOT)/main/nostr_event.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) + $(CC) $(CFLAGS) -I $(SECP256K1_PRIV_INC) $< $(REPO_ROOT)/main/nostr_event.c $(REPO_ROOT)/main/identity.c $(SECP256K1_OBJ) -o $@ $(LDFLAGS) test_cashu: test_cashu.c $(REPO_ROOT)/main/cashu.c $(CC) $(CFLAGS) $< $(REPO_ROOT)/main/cashu.c -o $@ $(LDFLAGS) -- cgit v1.2.3