Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages