Skip to content

Commit

Permalink
Adding test stub that reveals that DataLog.h is 🐛y
Browse files Browse the repository at this point in the history
  • Loading branch information
amlalejini committed Oct 20, 2020
1 parent b625f4d commit 157a3e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions tests/data/DataLog.cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#define CATCH_CONFIG_MAIN

#ifndef EMP_TRACK_MEM
#define EMP_TRACK_MEM
#endif

#include "third-party/Catch/single_include/catch2/catch.hpp"

#include "data/DataLog.h"

TEST_CASE("Test DataLog", "[data]") {
}
2 changes: 1 addition & 1 deletion tests/data/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TEST_NAMES = DataFile DataManager DataNode DataInterface
TEST_NAMES = DataFile DataManager DataNode DataInterface DataLog

# -O3 -Wl,--stack,8388608 -ftrack-macro-expansion=0
FLAGS = -std=c++17 -pthread -Wall -Wno-unused-function -Wno-unused-private-field -I../../source/ -I../../ -I../../third-party/cereal/include/
Expand Down

0 comments on commit 157a3e5

Please sign in to comment.