Update README.md

Co-authored-by: Varun Saini <61795485+vrn-sn@users.noreply.github.com>
This commit is contained in:
ariel 2025-02-20 13:54:54 -08:00 committed by GitHub
parent 3015e858b5
commit 1c9a910419
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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