mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
/*
|
|
*
|
|
* This file is used by CI 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 CI when running tests.
|
|
*
|
|
*
|
|
* Should you wish to edit set UNIT_TEST to 1 like so:
|
|
* #define UNIT_TEST 1
|
|
*/
|
|
#define UNIT_TEST 0
|