58 lines
1.4 KiB
Nim
Raw Normal View History

## Nimcheck 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_typescript
import ./test_typescript_exhaustive
import ./test_php
import ./test_php_exhaustive
import ./test_html
import ./test_html_exhaustive
import ./test_xml
import ./test_xml_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_c
import ./test_c_exhaustive
import ./test_cpp
import ./test_cpp_exhaustive
import ./test_java
import ./test_java_exhaustive
import ./test_csharp
import ./test_csharp_exhaustive
import ./test_kotlin
import ./test_kotlin_exhaustive
import ./test_lua
import ./test_lua_exhaustive
import ./test_swift
import ./test_swift_exhaustive
import ./test_go
import ./test_go_exhaustive
import ./test_rust
import ./test_rust_exhaustive
import ./test_ruby
import ./test_ruby_exhaustive
import ./test_css
import ./test_css_exhaustive
import ./test_sql
import ./test_sql_exhaustive
import ./test_markdown
import ./test_markdown_exhaustive
import ./test_dockerfile
import ./test_dockerfile_exhaustive
import ./test_makefile
import ./test_makefile_exhaustive
import ./test_fuzz