Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 936 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 936 Bytes

xcactivity-parser

Build Status
Script, that allows to get a list of compilation parameters for specified file. Search is performed in directory that contains .xcactivity log files

Usage: xcactivity-parser.py [options]

Options:
  -h, --help            show this help message and exit
  -x XCACTIVITY_FILES_DIR, --xcactivity-files-dir=XCACTIVITY_FILES_DIR
                        Directory where .xcactivity files are located
  -f FILE, --file=FILE  File for which parameters are searching for
  -a ARCH, --arch=ARCH  Architecture for which file was compiled
  -w, --working-dir     Add working dir before compilation line

Tests

For running tests - please simply run
make test

This should work for you. If not - you can check, how travis is performing testing (see travis.yml)