[segyio] 351/376: Rename app-tests to catb/catr.py
Jørgen Kvalsvik
jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
jokva-guest pushed a commit to branch debian
in repository segyio.
commit 0ba3f6a918ec5e03b2176eb732ca47e53b80132c
Author: Jørgen Kvalsvik <jokva at statoil.com>
Date: Wed Aug 16 14:08:42 2017 +0200
Rename app-tests to catb/catr.py
---
applications/CMakeLists.txt | 4 ++--
applications/test/{test_segyb.py => catb.py} | 0
applications/test/{apps.py => catr.py} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/CMakeLists.txt b/applications/CMakeLists.txt
index fb68c90..5823131 100644
--- a/applications/CMakeLists.txt
+++ b/applications/CMakeLists.txt
@@ -42,5 +42,5 @@ install(TARGETS segyio-catb DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS segyio-catr DESTINATION ${CMAKE_INSTALL_BINDIR})
install(TARGETS segyio-crop DESTINATION ${CMAKE_INSTALL_BINDIR})
-add_python_test(applications.apps test/apps.py)
-add_python_test(python.segyb test/test_segyb.py)
+add_python_test(applications.catr test/catr.py)
+add_python_test(applications.catb test/catb.py)
diff --git a/applications/test/test_segyb.py b/applications/test/catb.py
similarity index 100%
rename from applications/test/test_segyb.py
rename to applications/test/catb.py
diff --git a/applications/test/apps.py b/applications/test/catr.py
similarity index 100%
rename from applications/test/apps.py
rename to applications/test/catr.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git
More information about the debian-science-commits
mailing list