Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
a4c925c8
Commit
a4c925c8
authored
Apr 01, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/meson.build: move TestTime to time/
parent
60610e90
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
13 deletions
+17
-13
meson.build
test/meson.build
+1
-13
TestISO8601.cxx
test/time/TestISO8601.cxx
+0
-0
meson.build
test/time/meson.build
+16
-0
No files found.
test/meson.build
View file @
a4c925c8
...
@@ -24,6 +24,7 @@ gtest_dep = declare_dependency(
...
@@ -24,6 +24,7 @@ gtest_dep = declare_dependency(
)
)
subdir('net')
subdir('net')
subdir('time')
executable(
executable(
'read_conf',
'read_conf',
...
@@ -51,19 +52,6 @@ test('TestUtil', executable(
...
@@ -51,19 +52,6 @@ test('TestUtil', executable(
],
],
))
))
test(
'TestTime',
executable(
'TestTime',
'TestISO8601.cxx',
include_directories: inc,
dependencies: [
time_dep,
gtest_dep,
],
),
)
test('TestRewindInputStream', executable(
test('TestRewindInputStream', executable(
'TestRewindInputStream',
'TestRewindInputStream',
'TestRewindInputStream.cxx',
'TestRewindInputStream.cxx',
...
...
test/TestISO8601.cxx
→
test/
time/
TestISO8601.cxx
View file @
a4c925c8
File moved
test/time/meson.build
0 → 100644
View file @
a4c925c8
test_time_sources = [
'TestISO8601.cxx',
]
test(
'TestTime',
executable(
'TestTime',
test_time_sources,
include_directories: inc,
dependencies: [
time_dep,
gtest_dep,
],
),
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment