VimUnDolnJH*iNr^|4En Qc=u& MU_MU5_MU5_MU test-simple:5_ MU1 @find test/simple/test-*.js | xargs -n 1 -t node5_MU test-system:5_MU1 @find test/system/test-*.js | xargs -n 1 -t node5_MUtest-system-slow:5_ MU6 @find test/system/slow/test-*.js | xargs -n 1 -t node5_ MU^# Dangerous tests potentially effect the MySql server settings, don't run these in production!5_ MUtest-system-dangerous:5_ MU; @find test/system/dangerous/test-*.js | xargs -n 1 -t node5_ MUtest: test-simple test-system5_  MU5test-all: test test-system-slow test-system-dangerous5_ MUbenchmark-node-mysql:5_MU5 @find benchmark/node-mysql/*.js | xargs -n 1 -t node5_MUbenchmark-php:5_MU. @find benchmark/php/*.php | xargs -n 1 -t php5_MU1benchmark-all: benchmark-node-mysql benchmark-php5_MUbenchmark: benchmark-node-mysql5_MU.PHONY: test benchmark5_MU5