From 47f526aaf0add6f3be0871fff9da68baf0a5cc90 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Feb 2018 13:43:42 -0800 Subject: [PATCH] Renamed --- Makefile | 2 +- test.lua => tests.lua | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.lua => tests.lua (100%) diff --git a/Makefile b/Makefile index 85d485c..2603455 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ MYNAME= immutable MYLIB= l$(MYNAME) T= $(MYNAME).so OBJS= $(MYLIB).o -TEST= test.lua +TEST= tests.lua all: $T diff --git a/test.lua b/tests.lua similarity index 100% rename from test.lua rename to tests.lua