mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-02 04:30:57 +01:00
6633fb4e08
Adds an example, edits Travis to run them.
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
/*
|
|
*
|
|
* This file is used by Travis to indicate that Unit Tests are to be ran.
|
|
* Do not add anything but the UNIT_TEST definition here as it will be overwritten by Travis when running tests.
|
|
*
|
|
*
|
|
* Should you wish to edit set UNIT_TEST to 1 like so:
|
|
* #define UNIT_TEST 1
|
|
*/
|
|
#define UNIT_TEST 0
|