Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yuhao Liu
ogs
Commits
afb7eeb1
Commit
afb7eeb1
authored
10 years ago
by
Dmitri Naumov
Committed by
Dmitrij Naumov
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[T] Add EmptyProject ctest for ogs executable.
parent
53b571e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Applications/CMakeLists.txt
+2
-0
2 additions, 0 deletions
Applications/CMakeLists.txt
Applications/Tests.cmake
+5
-0
5 additions, 0 deletions
Applications/Tests.cmake
Tests/Data/EmptyProject.xml.md5
+1
-0
1 addition, 0 deletions
Tests/Data/EmptyProject.xml.md5
with
8 additions
and
0 deletions
Applications/CMakeLists.txt
+
2
−
0
View file @
afb7eeb1
...
...
@@ -13,3 +13,5 @@ ENDIF() # OGS_BUILD_GUI
IF
(
OGS_BUILD_CLI
)
ADD_SUBDIRECTORY
(
CLI
)
ENDIF
()
# OGS_BUILD_CLI
INCLUDE
(
Tests.cmake
)
This diff is collapsed.
Click to expand it.
Applications/Tests.cmake
0 → 100644
+
5
−
0
View file @
afb7eeb1
add_test
(
NAME ogs_no_args COMMAND ogs
)
set_tests_properties
(
ogs_no_args PROPERTIES WILL_FAIL TRUE
)
AddOgsBenchmark
(
ogs_empty_project EmptyProject.xml
)
This diff is collapsed.
Click to expand it.
Tests/Data/EmptyProject.xml.md5
0 → 100644
+
1
−
0
View file @
afb7eeb1
ec9e4b48ac57b1fa7ea3113cef7f9935
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment