Added chemical reaction unit tests

This commit is contained in:
Cruix
2018-02-15 12:34:08 -08:00
committed by CitadelStationBot
parent 1cda9ef2b4
commit 5005fb20c6
5 changed files with 179 additions and 61 deletions
+10
View File
@@ -1,5 +1,15 @@
<<<<<<< HEAD
//include unit test files in this module in this ifdef
#ifdef UNIT_TESTS
#include "unit_test.dm"
#endif
=======
//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
>>>>>>> ad7fc74... Added chemical reaction unit tests (#35478)