File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (C) 2024 Raven Computing
2+ # Copyright (C) 2025 Raven Computing
33#
44# Licensed under the Apache License, Version 2.0 (the "License");
55# you may not use this file except in compliance with the License.
@@ -35,8 +35,10 @@ function test_functionality_result() {
3535 files+=(" cmake/DependencyUtil.cmake" );
3636 files+=(" src/main/CMakeLists.txt" );
3737 files+=(" src/main/c/main.c" );
38+ files+=(" src/main/c/example.h" );
39+ files+=(" src/main/c/example.c" );
3840 files+=(" src/main/tests/CMakeLists.txt" );
39- files+=(" src/main/tests/c/test_application .c" );
41+ files+=(" src/main/tests/c/test_example .c" );
4042 files+=(" .docker/controls.sh" );
4143 files+=(" .docker/Dockerfile-build" );
4244 files+=(" .docker/entrypoint.sh" );
You can’t perform that action at this time.
0 commit comments