protoverse

A metaverse protocol
git clone git://jb55.com/protoverse
Log | Files | Refs | README | LICENSE

commit 96883c80ad46b2c5147140831332c3e2f4d0ade7
parent ce6ce80cbb34bdcc5e9f668cf4687e72b470b389
Author: William Casarin <jb55@jb55.com>
Date:   Sun, 16 Apr 2023 12:18:03 -0700

move test to test dir

Diffstat:
MMakefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile @@ -59,14 +59,14 @@ bench: src/bench.c $(OBJS) @$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@ clean: - rm -f protoverse test $(OBJS) libprotoverse.a + rm -f protoverse test/test $(OBJS) libprotoverse.a -test: src/test.c $(OBJS) +test/test: src/test.c $(OBJS) @echo "ld $@" @$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@ -check: test protoverse - @./test +check: test/test protoverse + @./test/test ./runtests tags: fake