Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
minibmg: slightly reorganize tests so there is one directory for all …
Browse files Browse the repository at this point in the history
…minibmg tests. (#1699)

Summary:
Pull Request resolved: #1699

Move all of minibmg's tests into a single test directory.

Reviewed By: AishwaryaSivaraman

Differential Revision: D39754217

fbshipit-source-id: 3e495dec6240bfdae334fefec02b7c6ce77eb361
  • Loading branch information
Neal Gafter authored and facebook-github-bot committed Sep 23, 2022
1 parent ec26eb1 commit e51767a
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <cmath>
#include "beanmachine/minibmg/ad/num2.h"
#include "beanmachine/minibmg/ad/real.h"
#include "beanmachine/minibmg/ad/tests/test_utils.h"
#include "beanmachine/minibmg/tests/test_utils.h"

using namespace ::testing;
using namespace beanmachine::minibmg;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "beanmachine/minibmg/ad/num2.h"
#include "beanmachine/minibmg/ad/num3.h"
#include "beanmachine/minibmg/ad/real.h"
#include "beanmachine/minibmg/ad/tests/test_utils.h"
#include "beanmachine/minibmg/tests/test_utils.h"

using namespace ::testing;
using namespace beanmachine::minibmg;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion minibmg/tests/eval_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include <gtest/gtest.h>

#include <beanmachine/minibmg/ad/tests/test_utils.h>
#include <beanmachine/minibmg/minibmg.h>
#include <beanmachine/minibmg/tests/test_utils.h>
#include <random>
#include "beanmachine/minibmg/ad/num2.h"
#include "beanmachine/minibmg/ad/num3.h"
Expand Down
2 changes: 1 addition & 1 deletion minibmg/tests/log_prob_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#include <gtest/gtest.h>

#include <beanmachine/minibmg/ad/tests/test_utils.h>
#include <beanmachine/minibmg/tests/test_utils.h>
#include "beanmachine/minibmg/ad/num2.h"
#include "beanmachine/minibmg/ad/num3.h"
#include "beanmachine/minibmg/ad/real.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/

#include "beanmachine/minibmg/ad/tests/test_utils.h"
#include "beanmachine/minibmg/tests/test_utils.h"
#include <cmath>

using namespace std;
Expand Down
File renamed without changes.

0 comments on commit e51767a

Please sign in to comment.