Skip to content

A set of error handling macros for C programs using Glib.

License

Notifications You must be signed in to change notification settings

nunofachada/g_err_macros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

A header file containing a set of error handling macros for C programs using Glib.

What projects are using these macros?

  • cf4ocl
  • cl_ops
  • Is your project using these macros? Tell us.

Tests

Building the tests executable

This procedure requires CMake, Glib and a C compiler.

  1. Create a build folder inside the tests folder (e.g. mkdir build)
  2. CD into the build folder (e.g. cd build) and run CMake (e.g. cmake ..)
  3. Compile the tests file (e.g. make)
Performing the tests

The tests can be executed in two ways:

  1. Run the tests executable directly (e.g. ./tests)
  2. Run the tests with gtester (e.g. gtester tests)

License

MIT License

Releases

No releases published

Packages

No packages published