diff --git a/source/main.cpp b/source/main.cpp index 48cbf8f..005c5b4 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -90,7 +90,7 @@ TestResult testProject(const std::string &name) int main() { - std::vector projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2", "prims_deep", "count", "many", "mnist_deep", "mnist_h32"}; + std::vector projects = {"1-hot", "prims", "norb_small_16h_v2", "norb_small_16h", "mnist_2", "prims_deep", "count", "many", "mnist_deep", "mnist_h32", "mnist_21"}; int numPassed = 0; for (const std::string &name : projects)