mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-18 21:53:22 +00:00
* Added unit tests for reagent recipes * Renamed recipe_collisions unit test to reagent_recipe_collisions * Fixed chemical conflict unit test temperature logic * Made chemical reactions always choose the reaction with the most extreme temperature requirements if there are multiple possible reactions
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
//include unit test files in this module in this ifdef
|
|
|
|
#ifdef UNIT_TESTS
|
|
#include "unit_test.dm"
|
|
#include "reagent_recipe_collisions.dm"
|
|
#include "reagent_id_typos.dm"
|
|
#endif
|