File: README.md

package info (click to toggle)
denemo 2.6.49-0.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 66,916 kB
  • sloc: ansic: 94,587; lisp: 38,713; xml: 22,675; python: 1,930; sh: 1,239; makefile: 642; yacc: 288; sed: 93
file content (8 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
Tests directory
===============

Some tests are automatically done here.

 - If a ```.denemo``` file is present in the ```examples``` directory above, or in ```fixtures/denemo```, it will be opened, saved, and the saved file will be compared to the file with the same name in ```references/denemo``` if it exists, or the original one if not (e.g ```examples/foobar.denemo``` will be opened, saved, and the saved file should be equal to ```references/denemo/foobar.denemo```).
 - If a ```.mxml``` is present in the ```fixtures/mxml``` directory, it will be opened and saved. If a ```.denemo``` file with the same name exists in ```references/mxml``` (e.g. ```fixtures/mxml/foobar.mxml``` and ```references/mxlm/foobar.denemo```), it will be compared to the saved file.
 - If a ```.scm``` file exists in the ```fixtures/scm``` directory, it will be opened and the scheme code will be executed on a blank score and saved. If a ```.denemo``` file with the same name exists in ```references/scm``` (e.g. ```fixtures/scm/foobar.scm``` and ```references/scm/foobar.denemo```), it will be compared to the saved file.