LIEF/tests/run_python_test.bat.in
Romain Thomas 3602643f5d Fix memory leaks in the MachO Python API and create FatBinary
API Changes:

LIEF::MachO::Parser won't return a 'std::vector' of MachO::Binary*
but a pointer to MachO::FatBinary object
It's a kind of wrapper on std::vector<MachO::Binary*>
2017-09-29 13:06:08 +02:00

6 lines
78 B
Batchfile

@echo on
set PYTHONPATH=%PYTHONPATH%;@PROJECT_BINARY_DIR@/api/python
%1 %~2