Skip to content

Commit 7e88716

Browse files
committed
Fixed outdated test assertion.
Signed-off-by: kilo52 <phil.gaiser@raven-computing.com>
1 parent 602e057 commit 7e88716

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/test_func_c_executable.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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");

0 commit comments

Comments
 (0)