summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-01-09 19:14:09 +0100
committerWerner Koch <wk@gnupg.org>2014-01-20 11:10:31 +0100
commit192e77d123fdb04c459c998b9eb1731618a833fa (patch)
treeb2c64ca96245c21260fefa7425ac2b6fb542dced /tests
parent94030e44aaff805d754e368507f16dd51a531b72 (diff)
downloadlibgcrypt-192e77d123fdb04c459c998b9eb1731618a833fa.tar.gz
tests: Rename tsexp.c
* tests/tsexp.c: Rename to t-sexp.c Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/t-sexp.c (renamed from tests/tsexp.c)4
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f5b5b9fb..884fb3d9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,7 @@
## Process this file with automake to produce Makefile.in
tests_bin = \
- version mpitests tsexp t-convert \
+ version mpitests t-sexp t-convert \
t-mpi-bit t-mpi-point curves \
prime basic keygen pubkey hmac hashtest t-kdf keygrip \
fips186-dsa aeswrap pkcs1v2 random dsa-rfc6979 t-ed25519
diff --git a/tests/tsexp.c b/tests/t-sexp.c
index 1ab98026..ec8b280a 100644
--- a/tests/tsexp.c
+++ b/tests/t-sexp.c
@@ -1,4 +1,4 @@
-/* tsexp.c - S-expression regression tests
+/* t-sexp.c - S-expression regression tests
* Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
*
* This file is part of Libgcrypt.
@@ -28,7 +28,7 @@
#include <assert.h>
#include "../src/gcrypt-int.h"
-#define PGMNAME "tsexp"
+#define PGMNAME "t-sexp"
#ifndef DIM
# define DIM(v) (sizeof(v)/sizeof((v)[0]))