mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* 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>
26 lines
612 B
Plaintext
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
|