Skip to content

Examples for the Audition testing framework.

Notifications You must be signed in to change notification settings

railgunlabs/audition-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Audition Examples

This repository contains examples for the Audition testing framework. No example exceeds the test limit for the unregistered version of Audition which means you can try them with Audition for free (no purchase necessary).

Build Status

The examples include:

Building

Use CMake to build and run the examples:

$ cmake -B build
$ cmake --build build --config Release
$ ctest --test-dir build --output-on-failure -C Release

or navigate to each test directory and compile the source files yourself (be sure to link against the Audition library). If you're running Linux and you installed Audition with a .deb or .rpm, then you can use pkg-config to find the Audition library and header:

$ pkg-config audition --libs --cflags

License

This work is dedicated to the public domain.