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