Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
a0bf12e7
"examples/vscode:/vscode.git/clone" did not exist on "0fa32bd6748d271a276c6eafd8c1d25788095633"
Commit
a0bf12e7
authored
Oct 27, 2009
by
Jesse Beder
Browse files
Renamed yaml-reader test
parent
2314c04d
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
11 additions
and
15 deletions
+11
-15
CMakeLists.txt
CMakeLists.txt
+1
-1
test/CMakeLists.txt
test/CMakeLists.txt
+10
-0
test/emittertests.cpp
test/emittertests.cpp
+0
-0
test/emittertests.h
test/emittertests.h
+0
-0
test/main.cpp
test/main.cpp
+0
-0
test/parsertests.cpp
test/parsertests.cpp
+0
-0
test/parsertests.h
test/parsertests.h
+0
-0
test/spectests.cpp
test/spectests.cpp
+0
-0
test/spectests.h
test/spectests.h
+0
-0
test/tests.cpp
test/tests.cpp
+0
-0
test/tests.h
test/tests.h
+0
-0
yaml-reader/CMakeLists.txt
yaml-reader/CMakeLists.txt
+0
-10
yaml-reader/tests/aliased.yaml
yaml-reader/tests/aliased.yaml
+0
-4
No files found.
CMakeLists.txt
View file @
a0bf12e7
...
@@ -67,6 +67,6 @@ if(UNIX)
...
@@ -67,6 +67,6 @@ if(UNIX)
endif
(
UNIX
)
endif
(
UNIX
)
if
(
YAML_CPP_BUILD_TOOLS
)
if
(
YAML_CPP_BUILD_TOOLS
)
add_subdirectory
(
yaml-reader
)
add_subdirectory
(
test
)
add_subdirectory
(
util
)
add_subdirectory
(
util
)
endif
(
YAML_CPP_BUILD_TOOLS
)
endif
(
YAML_CPP_BUILD_TOOLS
)
test/CMakeLists.txt
0 → 100644
View file @
a0bf12e7
file
(
GLOB test_headers [a-z]*.h
)
file
(
GLOB test_sources [a-z]*.cpp
)
add_executable
(
run-tests
${
test_sources
}
${
test_headers
}
)
target_link_libraries
(
run-tests yaml-cpp
)
add_test
(
yaml-reader-test run-tests
)
yaml-reader
/emittertests.cpp
→
test
/emittertests.cpp
View file @
a0bf12e7
File moved
yaml-reader
/emittertests.h
→
test
/emittertests.h
View file @
a0bf12e7
File moved
yaml-reader
/main.cpp
→
test
/main.cpp
View file @
a0bf12e7
File moved
yaml-reader
/parsertests.cpp
→
test
/parsertests.cpp
View file @
a0bf12e7
File moved
yaml-reader
/parsertests.h
→
test
/parsertests.h
View file @
a0bf12e7
File moved
yaml-reader
/spectests.cpp
→
test
/spectests.cpp
View file @
a0bf12e7
File moved
yaml-reader
/spectests.h
→
test
/spectests.h
View file @
a0bf12e7
File moved
yaml-reader
/tests.cpp
→
test
/tests.cpp
View file @
a0bf12e7
File moved
yaml-reader
/tests.h
→
test
/tests.h
View file @
a0bf12e7
File moved
yaml-reader/CMakeLists.txt
deleted
100644 → 0
View file @
2314c04d
file
(
GLOB yaml-reader_headers [a-z]*.h
)
file
(
GLOB yaml-reader_sources [a-z]*.cpp
)
add_executable
(
yaml-reader
${
yaml-reader_sources
}
${
yaml-reader_headers
}
)
target_link_libraries
(
yaml-reader yaml-cpp
)
add_test
(
yaml-reader-test yaml-reader
)
yaml-reader/tests/aliased.yaml
deleted
100644 → 0
View file @
2314c04d
---
&list
-
This document contains a recursive list.
-
*list
...
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