Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libzafl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
libzafl
58bdb50ab30a32a544bddd312592409976700c17
libzafl
SConscript
Find file
Normal view
Permalink
SConscript
74 B
Newer
Older
Add libzafl library
Anh Nguyen-Tuong
committed
6 years ago
1
2
3
4
5
6
7
import
os
Import
(
'
env
'
)
lib
=
SConscript
(
"
src/SConscript
"
)
Return
(
'
lib
'
)