FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wolfPKCS11/commit-tests.sh at master · wolfSSL/wolfPKCS11 · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
wolfSSL
/
wolfPKCS11
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
24
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
wolfPKCS11
/
commit-tests.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
24 lines (16 loc) · 513 Bytes
Breadcrumbs
wolfPKCS11
/
commit-tests.sh
Copy path
File metadata and controls
executable file
·
24 lines (16 loc) · 513 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!
/bin/sh
#
commit-tests.sh
#
make sure current config is ok
echo
-e
"
\n\nTesting current config...\n\n
"
make clean
;
make -j 8
test
;
RESULT=
$?
[
$RESULT
-ne
0 ]
&&
echo
-e
"
\n\nCurrent config make test failed
"
&&
exit
1
#
make sure basic config is ok
echo
-e
"
\n\nTesting basic config too...\n\n
"
./configure
;
RESULT=
$?
[
$RESULT
-ne
0 ]
&&
echo
-e
"
\n\nTest './configure' failed
"
&&
exit
1
make -j 8
test
;
RESULT=
$?
[
$RESULT
-ne
0 ]
&&
echo
-e
"
\n\nTest './configure' make test failed
"
&&
exit
1
exit
0
Back
|
FazBrowse Home
|
New Git URL