Add some tests

This commit is contained in:
2023-07-18 13:43:26 +02:00
parent cf1611539d
commit 57dab6d709
3 changed files with 14 additions and 0 deletions

3
tests/BayesNetwork.cc Normal file
View File

@@ -0,0 +1,3 @@
//
// Created by Ricardo Montañana Gómez on 18/7/23.
//

3
tests/utils.cc Normal file
View File

@@ -0,0 +1,3 @@
//
// Created by Ricardo Montañana Gómez on 18/7/23.
//

8
tests/utils.h Normal file
View File

@@ -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