mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-01 17:30:53 +01:00
Update README.md
Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com>
This commit is contained in:
parent
3015e858b5
commit
1c9a910419
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ To gain advantage of many performance improvements, it's highly recommended to u
|
|||
|
||||
Luau has an internal test suite; in CMake builds, it is split into two targets, `Luau.UnitTest` (for the bytecode compiler and type checker/linter tests) and `Luau.Conformance` (for the VM tests). The unit tests are written in C++, whereas the conformance tests are largely written in Luau (see `tests/conformance`).
|
||||
|
||||
Makefile builds combine both into a single target that can be ran via `make test`.
|
||||
Makefile builds combine both into a single target that can be run via `make test`.
|
||||
|
||||
# Dependencies
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue