diff options
author | 2023-10-08 18:48:06 +0600 | |
---|---|---|
committer | 2023-10-08 18:50:58 +0600 | |
commit | 0a994adf3c6feab7d50b4bea01659436e4c695b4 (patch) | |
tree | 63812ecb2049a2e003b5340d47522dbc914d2c9b /src | |
parent | d5c12ef35ae5b26df0ae6507002ad18b2f7c22b4 (diff) | |
download | jadupc-remote-support-console-0a994adf3c6feab7d50b4bea01659436e4c695b4.tar.gz jadupc-remote-support-console-0a994adf3c6feab7d50b4bea01659436e4c695b4.zip |
test: Add unit test for parser
Signed-off-by: Mubashshir <ahm@jadupc.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/meson.build | 2 | ||||
-rw-r--r-- | src/tmate/meson.build | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 9cac7f5..5ab8e8e 100644 --- a/src/meson.build +++ b/src/meson.build @@ -20,3 +20,5 @@ deps = [ config_h, config_dep ] + +srcs += tests diff --git a/src/tmate/meson.build b/src/tmate/meson.build index 7b907aa..e1ea5da 100644 --- a/src/tmate/meson.build +++ b/src/tmate/meson.build @@ -1,4 +1,4 @@ -srcs += files( +tests += files( 'config.vala', 'sessiontype.vala', 'session.vala', |