Skip to content

DiscordTime/ata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Test Automation

N|Solid

Build Status

Project description

Clone Project

$ git clone git@github.com:DiscordTime/ata.git
$ cd ata

Compiling

$ make

This will create a binary(ata) on current folder and set a version variable to it.

Running

$ make run

This command will run ./ata

Testing all possible args

$ make test

This will run all possible args in ata binary.

Installing

$ make install

This will install ata binary on ~/.local/bin/ and install completion on /etc/bash_completion.d/

⚠️ To change binary installation path you can set the variable BIN_PATH when make install on environment as the example below.

$ make install BIN_PATH=/usr/bin/

Uninstalling

$ make uninstall

This will remove completion.bash file and ata binary.

⚠️ If you change the BIN_PATH on installation you may set the correct BIN_PATH to uninstall.

$ make uninstall BIN_PATH=/usr/bin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published