Rename .out files to .exp

This commit is contained in:
Frank Denis
2013-01-20 19:07:21 -08:00
parent d84ccf2ad2
commit 2345092aaa
34 changed files with 33 additions and 33 deletions
+32 -32
View File
@@ -2,38 +2,38 @@
EXTRA_DIST = \
cmptest.h \
windows/windows-quirks.h \
auth.out \
auth2.out \
auth3.out \
auth5.out \
box.out \
box2.out \
box7.out \
box8.out \
core1.out \
core2.out \
core3.out \
core4.out \
core5.out \
core6.out \
hash.out \
hash2.out \
hash3.out \
onetimeauth.out \
onetimeauth2.out \
onetimeauth7.out \
scalarmult.out \
scalarmult2.out \
scalarmult5.out \
scalarmult6.out \
secretbox.out \
secretbox2.out \
secretbox7.out \
secretbox8.out \
stream.out \
stream2.out \
stream3.out \
stream4.out
auth.expected \
auth2.expected \
auth3.expected \
auth5.expected \
box.expected \
box2.expected \
box7.expected \
box8.expected \
core1.expected \
core2.expected \
core3.expected \
core4.expected \
core5.expected \
core6.expected \
hash.expected \
hash2.expected \
hash3.expected \
onetimeauth.expected \
onetimeauth2.expected \
onetimeauth7.expected \
scalarmult.expected \
scalarmult2.expected \
scalarmult5.expected \
scalarmult6.expected \
secretbox.expected \
secretbox2.expected \
secretbox7.expected \
secretbox8.expected \
stream.expected \
stream2.expected \
stream3.expected \
stream4.expected
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libsodium/include \
View File
View File
View File
View File
View File
View File
View File
View File
+1 -1
View File
@@ -5,7 +5,7 @@
#include <stdio.h>
#define TEST_NAME_RES TEST_NAME ".res"
#define TEST_NAME_OUT TEST_NAME ".out"
#define TEST_NAME_OUT TEST_NAME ".exp"
FILE *fp_res;
int xmain(void);
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File