Skip to content

Commit dfcb95b

Browse files
committed
build: add cryptest.cpp
1 parent 3bce0cc commit dfcb95b

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@ Makefile.in
4949
/system/*.service
5050
/tests/abktconv
5151
/tests/bodyconv
52+
/tests/cryptest
5253
/tests/icalparse
5354
/tests/zendfake

tests/cryptest.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#include <gromox/util.hpp>
2+
using namespace gromox;
3+
int main()
4+
{
5+
printf("%s\n", crypt_wrapper("test"));
6+
return 0;
7+
}

0 commit comments

Comments
 (0)