Skip to content

syfds/vala-meson-unit-test-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample vala project for easy starting with unit tests

The main purpose of this repo is to provide a vala project setup with minimal unit test configuration.

Install Dependencies

  • glib-2.0
  • gobject-2.0
  • meson

Run test

meson build
cd build
ninja test

or

 sh execute_test.sh

Add a new unit test

Create new unit test file under tests and adjust meson.build file accordingly.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published