1
0
mirror of https://github.com/janet-lang/janet synced 2025-11-03 17:13:10 +00:00

Update CMakeLists.txt for tests.

This commit is contained in:
bakpakin
2018-06-08 16:54:08 -04:00
parent 1690fee446
commit eba6242978
3 changed files with 15 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
(print "Current working directory is: " (os.cwd))
(import test.helper :prefix "" :exit true)
(start-suite 0)

View File

@@ -18,6 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
(print "Current working directory is: " (os.cwd))
(import test.helper :prefix "" :exit true)
(start-suite 1)