Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e0c9408

Browse files
author
Matthias Koeppe
committed
Move sage-gdb-commands from src/bin to src/sage/doctest
1 parent 625ac58 commit e0c9408

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

pkgs/sagemath-repl/setup.cfg.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ scripts =
6565
bin/sage-valgrind
6666
bin/sage-cleaner
6767
# Uncategorized scripts in alphabetical order
68-
bin/sage-gdb-commands
6968
bin/sage-inline-fortran
7069
bin/sage-ipynb2rst
7170
bin/sage-ipython
@@ -78,6 +77,7 @@ scripts =
7877
[options.package_data]
7978

8079
sage.doctest =
80+
sage-gdb-commands
8181
tests/*
8282

8383
sage.repl.rich_output =
File renamed without changes.

src/setup.cfg.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ scripts =
105105
bin/sage-env
106106
# sage-env-config -- installed by sage_conf
107107
# sage-env-config.in -- not to be installed
108-
bin/sage-gdb-commands
109108
bin/sage-grep
110109
bin/sage-grepdoc
111110
bin/sage-inline-fortran
@@ -133,6 +132,7 @@ sage.interfaces =
133132
sage-maxima.lisp
134133

135134
sage.doctest =
135+
sage-gdb-commands
136136
tests/*
137137

138138
sage.repl.rich_output =

0 commit comments

Comments
 (0)