Logo
Explore Help
Sign In
tboudreaux/SERiF
1
0
Fork 0
You've already forked SERiF
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
6183b853f0e5077ba27736f8f3732f215f290c32
SERiF/tests/meson.build

9 lines
209 B
Meson
Raw Normal View History

build(root): added initial meson build system implimentation and mk script we will use meson as the build system for this project. Added a rough outline of this which builds source, libraries, and links them to tests (along with the google test library for testing). meson will be setup and compiled with ./mk.
2025-01-19 07:38:58 -05:00
# Google Test dependency
gtest_dep = dependency('gtest', main: true, required : true)
test(dobj_sandbox): added some sandbox code for testing dobj
2025-01-20 07:49:35 -05:00
# Subdirectories for unit and integration tests
build(root): added initial meson build system implimentation and mk script we will use meson as the build system for this project. Added a rough outline of this which builds source, libraries, and links them to tests (along with the google test library for testing). meson will be setup and compiled with ./mk.
2025-01-19 07:38:58 -05:00
subdir('dobj')
test(dobj_sandbox): added some sandbox code for testing dobj
2025-01-20 07:49:35 -05:00
# Subdirectories for sandbox tests
subdir('dobj_sandbox')
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 16ms Template: 0ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API