The main purpose of this repo is to provide a vala project setup with minimal unit test configuration.
glib-2.0
gobject-2.0
meson
meson build
cd build
ninja test
or
sh execute_test.sh
Create new unit test file under tests
and adjust meson.build
file accordingly.