frobtads icon indicating copy to clipboard operation
frobtads copied to clipboard

doc/INSTALL does not mention ENABLE_T3_TEST_SUITE to run tests

Open ergodicbreak opened this issue 1 year ago • 0 comments

hi, in doc/INSTALL it says

-DENABLE_T3_DEBUG=<YES|NO> (default is NO)

Will build the debug version of the T3VM. This results in slower code, but
is useful for people who want to make changes to the source code. This will
also enable the TADS 3 test suite.

and

If you used -DENABLE_T3_DEBUG=YES, you can run the test suite with:

ctest

However the build wasn't creating a test target until I found the flag ENABLE_T3_TEST_SUITE, setting that on ran the tests. Does doc/INSTALL need updating here?

ergodicbreak avatar Jan 10 '25 17:01 ergodicbreak