TEST getopt-long.test ??

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2021-05-16 12:28:29 +02:00
parent 7664d5f989
commit 4c12900281
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ exec ${MES-bin/mes} --no-auto-compile -L ${0%/*} -L module -C module -e '(tests
;;; along with GNU Mes. If not, see <http://www.gnu.org/licenses/>.
(define-module (tests getopt-long)
#:use-module (ice-9 getopt-long)
#:use-module (mes test))
#:use-module (mes test)
#:use-module (ice-9 getopt-long))
(pass-if "first dummy" #t)
(pass-if-not "second dummy" #f)