Rename test-unit-file to test-load-fragment

This file was testing a mix of functions from src/core/load-fragment.c and some
from src/shared/install.c. Let's name it more appropriately. I want to add
tests for the new unit-file.c too.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2019-07-09 00:27:18 +02:00
parent cf95bc1dc2
commit d556db0372
2 changed files with 1 additions and 1 deletions

View File

@@ -148,7 +148,7 @@ tests += [
libmount,
libblkid]],
[['src/test/test-unit-file.c',
[['src/test/test-load-fragment.c',
'src/test/test-helper.c'],
[libcore,
libshared],