|
## Validatrix master test runner.
|
|
## Compile: nim c -r tests/test_all.nim
|
|
|
|
import ./test_nim
|
|
import ./test_nim_exhaustive
|
|
import ./test_bash
|
|
import ./test_bash_exhaustive
|
|
import ./test_python
|
|
import ./test_python_exhaustive
|
|
import ./test_javascript
|
|
import ./test_javascript_exhaustive
|
|
import ./test_php
|
|
import ./test_php_exhaustive
|
|
import ./test_html
|
|
import ./test_html_exhaustive
|
|
import ./test_jinja
|
|
import ./test_jinja_exhaustive
|
|
import ./test_json_exhaustive
|
|
import ./test_yaml_exhaustive
|
|
import ./test_toml_exhaustive
|
|
import ./test_config
|
|
import ./test_mixed
|
|
import ./test_fuzz
|