v/vlib/v/tests/project_with_tests_for_main/v.mod

6 lines
159 B
Modula-2

Module {
name: 'project_with_tests_for_main',
description: 'This project demonstrates the ability to test functions in the main module',
dependencies: []
}