Files
vgstation13/code/modules/unit_tests/__unit_test_includes.dm
SECBATON GRIFFON cd834682a7 Dynamic mode unit tests (#33988)
* Dynamic mode unit tests

* Dynamic mode unit tests

* start on this check

* more work, still failing

* more work, still failing

* more work, still failing

* more work, still failing

* dead_dont_count now passes

* most i can do for tonight

* most i can do for tonight

* some clearup

* works now, but should preferrably find a way in the unit tests instead

* works now, but should preferrably find a way in the unit tests instead

* test

* maybe this will help better

* just invert it and it does

* maybe this will help better

* oh it did this whole time, also move this list here so it isn't defined 10 times

* extra check

* extra check

* extra check

* extra check

* more natural to check like this

* more natural to check like this

* more natural to check like this

* more natural to check like this

* more natural to check like this

* more natural to check like this

* more natural to check like this

* maybe now?

* cuts down a bit

* trying this one out

* trying this one out

* trying this one out

* trying this one out

* yeah was doing this totally wrong

* yeah was doing this totally wrong

* yeah was doing this totally wrong

* nah totally undoable until acceptable() is reformatted, like the comment was explicitly telling you to do

---------

Co-authored-by: SECBATON GRIFFON <sage>
2023-02-10 15:00:38 -06:00

26 lines
612 B
Plaintext

#if UNIT_TESTS_ENABLED
#include "_unit_test.dm"
#include "autolathe.dm"
#include "borer.dm"
#include "circuitboards.dm"
#include "dna_and_disabilities.dm"
#include "dynamic_mode.dm"
#include "examine.dm"
#include "hexadecimal.dm"
#include "highscores.dm"
#include "human.dm"
#include "icons.dm"
#include "events.dm"
#include "names.dm"
#include "reagent_recipe_collisions.dm"
#include "turretid.dm"
#include "outfit_datums.dm"
#include "ray.dm"
#include "vector.dm"
#include "reagent_ids.dm"
#include "smelting.dm"
#include "supermatter_airflow.dm"
#include "languages.dm"
#include "hour_calculations.dm"
#endif