Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Zipr Toolchain
Commits
b0af81db
Commit
b0af81db
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
formalizing libtransform -- fixing tests
Former-commit-id: b53f628dc44037a1387052b0f4bccba58e995c22
parent
c2730806
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libElfDep/test/edt.cpp
+1
-4
1 addition, 4 deletions
libElfDep/test/edt.cpp
libElfDep/test/edt.hpp
+2
-3
2 additions, 3 deletions
libElfDep/test/edt.hpp
with
3 additions
and
7 deletions
libElfDep/test/edt.cpp
+
1
−
4
View file @
b0af81db
#include
"edt.hpp"
#include
<libElfDep.hpp>
#include
<Rewrite_Utility.hpp>
#include
<algorithm>
using
namespace
libTransform
;
using
namespace
IRDB_SDK
;
using
namespace
std
;
using
namespace
IRDBUtility
;
using
namespace
ElfDep_Tester
;
ElfDep_Tester_t
::
ElfDep_Tester_t
(
FileIR_t
*
firp
)
:
Transform
(
NULL
,
firp
,
NULL
)
:
Transform
(
firp
)
{
}
...
...
This diff is collapsed.
Click to expand it.
libElfDep/test/edt.hpp
+
2
−
3
View file @
b0af81db
...
...
@@ -2,18 +2,17 @@
#include
<string>
#include
<set>
#include
<irdb-core>
#include
<transform
.hpp
>
#include
<
irdb-
transform>
namespace
ElfDep_Tester
{
using
namespace
libTransform
;
using
namespace
IRDB_SDK
;
using
namespace
std
;
typedef
set
<
string
>
StringSet_t
;
class
ElfDep_Tester_t
:
libTransform
::
Transform
class
ElfDep_Tester_t
:
Transform
{
public:
ElfDep_Tester_t
(
FileIR_t
*
firp
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment