nefarious argument parser, to be used for evil purposes only.
Go to file
Nick Chambers 224baa071b Increase `idx` in `gargoyle_find_brand` by the negate size 2022-06-29 16:06:49 -05:00
include Update method to match variable name 2022-06-29 14:44:45 -05:00
src Increase `idx` in `gargoyle_find_brand` by the negate size 2022-06-29 16:06:49 -05:00
test Add test suite for gargoyle_cpy 2022-06-29 03:04:00 -05:00
.gitignore Configure the build system 2022-06-18 20:12:50 -05:00
LICENSE Fix default files 2022-06-18 13:36:26 -05:00
Makefile Alphabetize dependencies in GARGOYLE_OBJS 2022-06-29 12:28:29 -05:00
README.md Document steps for building 2022-06-29 02:42:10 -05:00

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.