Run tests in Redbean

This commit is contained in:
Brandon Dyck 2024-07-18 00:52:48 -06:00
parent 72a36b3305
commit 070c74b74c
2 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,10 @@ build/peachy.com: build/redbean-2.2.com
run: build/peachy.com run: build/peachy.com
build/peachy.com build/peachy.com
.PHONY: test
test: build/peachy.com
build/peachy.com -F tests/main.lua
build/redbean-2.2.com: build/redbean-2.2.com:
wget --directory-prefix build https://redbean.dev/redbean-2.2.com wget --directory-prefix build https://redbean.dev/redbean-2.2.com
chmod a+x build/redbean-2.2.com chmod a+x build/redbean-2.2.com

View File

@ -1,4 +1,3 @@
Write a makefile rule to run tests in redbean
Set up page routes Set up page routes
Figure out how Lua Server Pages work Figure out how Lua Server Pages work
Try keeping shared state in a zipped file Try keeping shared state in a zipped file