ref: 8ab50244bc2a88297773394ca0dec5228a91f8bc
parent: 5ba75dac6b53f05897af437eecf909fabbbf5a3d
author: Tor Andersson <tor.andersson@artifex.com>
date: Mon Oct 13 12:33:52 EDT 2014
Fix 'make test' target.
--- a/Makefile
+++ b/Makefile
@@ -68,8 +68,8 @@
tags: $(SRCS) main.c $(HDRS)
ctags $^
-test: build/js
- python tests/sputniktests/tools/sputnik.py --tests=tests/sputniktests --command ./build/js --summary
+test: build/mujs
+ python tests/sputniktests/tools/sputnik.py --tests=tests/sputniktests --command ./build/mujs --summary
clean:
rm -f astnames.h opnames.h one.c build/*