Add some tests

This commit is contained in:
Ricardo Montañana Gómez 2023-07-18 13:43:26 +02:00
parent cf1611539d
commit 57dab6d709
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
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