Skip to content

Commit

Permalink
Rename the test/pwhash.c -> test/pwhash_argon2i.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Oct 1, 2017
1 parent d49d7e8 commit 2f51ed3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ test/default/misuse
test/default/onetimeauth
test/default/onetimeauth2
test/default/onetimeauth7
test/default/pwhash
test/default/pwhash_argon2i
test/default/pwhash_argon2id
test/default/pwhash_scrypt
test/default/pwhash_scrypt_ll
Expand Down
14 changes: 7 additions & 7 deletions test/default/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EXTRA_DIST = \
onetimeauth.exp \
onetimeauth2.exp \
onetimeauth7.exp \
pwhash.exp \
pwhash_argon2i.exp \
pwhash_argon2id.exp \
pwhash_scrypt.exp \
pwhash_scrypt_ll.exp \
Expand Down Expand Up @@ -116,7 +116,7 @@ DISTCLEANFILES = \
onetimeauth.res \
onetimeauth2.res \
onetimeauth7.res \
pwhash.res \
pwhash_argon2i.res \
pwhash_argon2id.res \
pwhash_scrypt.res \
pwhash_scrypt_ll.res \
Expand Down Expand Up @@ -190,7 +190,7 @@ CLEANFILES = \
onetimeauth.final \
onetimeauth2.final \
onetimeauth7.final \
pwhash.final \
pwhash_argon2i.final \
pwhash_argon2id.final \
pwhash_scrypt.final \
pwhash_scrypt_ll.final \
Expand Down Expand Up @@ -259,7 +259,7 @@ CLEANFILES = \
onetimeauth.nexe \
onetimeauth2.nexe \
onetimeauth7.nexe \
pwhash.nexe \
pwhash_argon2i.nexe \
pwhash_argon2id.nexe \
pwhash_scrypt.nexe \
pwhash_scrypt_ll.nexe \
Expand Down Expand Up @@ -340,7 +340,7 @@ TESTS_TARGETS = \
onetimeauth \
onetimeauth2 \
onetimeauth7 \
pwhash \
pwhash_argon2i \
pwhash_argon2id \
randombytes \
scalarmult \
Expand Down Expand Up @@ -498,8 +498,8 @@ onetimeauth2_LDADD = $(TESTS_LDADD)
onetimeauth7_SOURCE = cmptest.h onetimeauth7.c
onetimeauth7_LDADD = $(TESTS_LDADD)

pwhash_SOURCE = cmptest.h pwhash.c
pwhash_LDADD = $(TESTS_LDADD)
pwhash_argon2i_SOURCE = cmptest.h pwhash_argon2i.c
pwhash_argon2i_LDADD = $(TESTS_LDADD)

pwhash_argon2id_SOURCE = cmptest.h pwhash_argon2id.c
pwhash_argon2id_LDADD = $(TESTS_LDADD)
Expand Down
2 changes: 1 addition & 1 deletion test/default/pwhash.c → test/default/pwhash_argon2i.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#define TEST_NAME "pwhash"
#define TEST_NAME "pwhash_argon2i"
#include "cmptest.h"

#define OUT_LEN 128
Expand Down
File renamed without changes.

0 comments on commit 2f51ed3

Please sign in to comment.