From 188cab2f3d57a4dfb7cc0be3cd590bf022b928b5 Mon Sep 17 00:00:00 2001 From: dwfncar Date: Mon, 18 Sep 2023 19:24:38 -0600 Subject: [PATCH] Added an example config.json with camp-files list. --- test/unit/unit_configs/camp/config.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/unit/unit_configs/camp/config.json diff --git a/test/unit/unit_configs/camp/config.json b/test/unit/unit_configs/camp/config.json new file mode 100644 index 000000000..61165b00d --- /dev/null +++ b/test/unit/unit_configs/camp/config.json @@ -0,0 +1 @@ +{"camp-files": ["species.json", "reactions.json"]}