Skip to content

Unit tests fail on when running "make test" on for cross-compile #127

Closed
@kpdyer

Description

@kpdyer

We get the following behavior:

$ LD_PRELOAD= make test             
Traceback (most recent call last):
  File "./bin/fteproxy", line 34, in <module>
    import fte
  File "/vagrant/sandbox/fteproxy/fte/__init__.py", line 24, in <module>
    import fte.encoder
  File "/vagrant/sandbox/fteproxy/fte/encoder.py", line 24, in <module>
    import fte.dfa
  File "/vagrant/sandbox/fteproxy/fte/dfa.py", line 24, in <module>
    import fte.cDFA
ImportError: No module named cDFA

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions