[gnome-builder] build: Rename test_sources -> test_git_sources



commit fbcd4ebbd031c41d83e35aecd718f1e718d9e2cf
Author: Matt Turner <mattst88 gmail com>
Date:   Mon May 16 18:06:32 2022 -0400

    build: Rename test_sources -> test_git_sources
    
    This is a partial revert of commit bd9c4a410 ("git: add tool to test
    cloning") which changed the name in the other direction.

 src/plugins/git/daemon/meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/git/daemon/meson.build b/src/plugins/git/daemon/meson.build
index 126d731dc..b939588f3 100644
--- a/src/plugins/git/daemon/meson.build
+++ b/src/plugins/git/daemon/meson.build
@@ -89,7 +89,7 @@ gnome_builder_git = executable('gnome-builder-git', gnome_builder_git_sources,
       dependencies: gnome_builder_git_deps,
 )
 
-test_sources = [
+test_git_sources = [
   ipc_git_change_monitor_src,
   ipc_git_config_src,
   ipc_git_progress_src,
@@ -97,11 +97,11 @@ test_sources = [
   ipc_git_service_src,
 ]
 
-test_git = executable('test-git', 'test-git.c', test_sources,
+test_git = executable('test-git', 'test-git.c', test_git_sources,
   dependencies: [ libgiounix_dep ],
 )
 
-test_clone = executable('test-clone', 'test-clone.c', test_sources,
+test_clone = executable('test-clone', 'test-clone.c', test_git_sources,
   dependencies: [ libgiounix_dep ],
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]