ngs-lang / ngs

Next Generation Shell (NGS)
https://ngs-lang.org/
GNU General Public License v3.0
1.46k stars 41 forks source link

`make tests` doesn't run all the tests #504

Closed organom closed 2 years ago

organom commented 2 years ago

Currently make tests only runs the ctests.

The command should be improved with running also the ngs main tests (./tests.ngs) and any other relevant test that may be executed somewhere else

ilyash commented 2 years ago

Invalid. There is no tests.ngs there is test.ngs and it's being called from ctests:

add_test(all bash -c "${CMAKE_CURRENT_BINARY_DIR}/ngs ${CMAKE_CURRENT_SOURCE_DIR}/test.ngs")