mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 03:27:19 +00:00
Revised test data
Testing against the output of cook.rb isn't satisfactory because of the bugs in it; instead we're now going to test against the tiddlywiki.com build products
This commit is contained in:
22
test/tiddlywiki.2.6.5/source/tiddlywiki/Makefile
Executable file
22
test/tiddlywiki.2.6.5/source/tiddlywiki/Makefile
Executable file
@@ -0,0 +1,22 @@
|
||||
# Start at a Makefile or managing build activities.
|
||||
# Expects a 'cook' script somewhere on the $PATH.
|
||||
# See 'cook' in this directory for a sample you can use.
|
||||
# For now users the OSX specific "open" to run a test file. This
|
||||
# will need to change.
|
||||
#
|
||||
|
||||
clean:
|
||||
rm *.html || true
|
||||
rm *.jar || true
|
||||
rm *.js || true
|
||||
|
||||
|
||||
test: clean tests.html
|
||||
ln -sf test/recipes/sample.txt .
|
||||
open tests.html
|
||||
|
||||
tests.html:
|
||||
cook $(PWD)/test/recipes/tests.html.recipe tests.html
|
||||
|
||||
alpha:
|
||||
./bldalpha
|
||||
Reference in New Issue
Block a user