FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Map2Check/make-unit-test.sh at master · hbgit/Map2Check · GitHub
hbgit
/
Map2Check
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
30
Code
Issues
21
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Map2Check
/
make-unit-test.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
21 lines (15 loc) · 434 Bytes
Breadcrumbs
Map2Check
/
make-unit-test.sh
Copy path
File metadata and controls
executable file
·
21 lines (15 loc) · 434 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
#!
/bin/sh
export
LLVM_DIR_BASE=/llvm/release/llvm600
export
LLVM_VERSION=6.0.0
if
[
!
-d
"
build
"
]
;
then
mkdir build
fi
echo
"
"
echo
"
Building Map2Check test ...
"
echo
"
"
cd
build
export
LLVM_DIR=
$LLVM_DIR_BASE
/lib/cmake/llvm
export
CXX=
$LLVM_DIR_BASE
/bin/clang++
export
CC=
$LLVM_DIR_BASE
/bin/clang
cmake .. -G Ninja -DLLVM_DIR=
$LLVM_DIR
-DSKIP_LIB_FUZZER=ON -DSKIP_KLEE=ON -DENABLE_TEST=ON
ninja
&&
ninja install
&&
ctest
Back
|
FazBrowse Home
|
New Git URL