nefarious argument parser, to be used for evil purposes only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Nick Chambers f2296ab5cf Fix tests that relied on defaults 1 year ago
include Replace stdlib string functions with gargoyle equivalents 1 year ago
src Replace stdlib string functions with gargoyle equivalents 1 year ago
test Fix tests that relied on defaults 1 year ago
.gitignore Configure the build system 1 year ago
LICENSE Fix default files 1 year ago
Makefile Run the 400th test for correctness 1 year ago
README.md Document steps for building 1 year ago

README.md

Gargoyle

Nefarious argument parser, to be used for evil purposes only.

Dependencies

  • Standard C99 compiler
  • GNU make
  • CUnit 2.1-3 (for tests)

Building

To build Gargoyle, simply run:

make

If no errors occur, bin/libgargoyle.so is created.

Running Tests

If the CUnit test framework was installed, run:

make test

This will compile and run all Gargoyle test suites.