diff --git a/tests/BayesNetwork.cc b/tests/BayesNetwork.cc new file mode 100644 index 0000000..528a41d --- /dev/null +++ b/tests/BayesNetwork.cc @@ -0,0 +1,3 @@ +// +// Created by Ricardo Montañana Gómez on 18/7/23. +// diff --git a/tests/utils.cc b/tests/utils.cc new file mode 100644 index 0000000..528a41d --- /dev/null +++ b/tests/utils.cc @@ -0,0 +1,3 @@ +// +// Created by Ricardo Montañana Gómez on 18/7/23. +// diff --git a/tests/utils.h b/tests/utils.h new file mode 100644 index 0000000..12b4f6c --- /dev/null +++ b/tests/utils.h @@ -0,0 +1,8 @@ +// +// Created by Ricardo Montañana Gómez on 18/7/23. +// + +#ifndef BAYESNET_UTILS_H +#define BAYESNET_UTILS_H + +#endif //BAYESNET_UTILS_H