Zeex / samp-plugin-runner

Utility program to run tests against plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Runner

Build status

Plugin runner is a small program that can load and execute SA-MP server plugins against a specified Pawn script. It can be used as a lightweight replacement for the server, for example, when running automated plugin tests.

Usage

plugin-runner path/to/plugin path/to/script.amx

Pass config options (fake server.cfg) with --:

plugin-runner path/to/plugin path/to/script.amx -- "port 8888" "long_call_time 2"

Note that no -- will result in no server.cfg existing, -- with no options following will result in an empty server.cfg being generated, and options being given will obviously be written to the file.

About

Utility program to run tests against plugins


Languages

Language:C 86.4%Language:C++ 9.3%Language:Pawn 2.5%Language:CMake 1.0%Language:SourcePawn 0.8%