Skip to content

Commit

Permalink
Debug failing loadLibraryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldnate committed Aug 31, 2023
1 parent 5059224 commit c72afed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTests/SoarUnitTests/ExternalLibraryTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ bool success = false;

void PrintCallbackHandler(sml::smlPrintEventId, void*, sml::Agent*, char const* pMessage)
{
std::cout << "Print handler called with message: " << pMessage << std::endl;
if (std::string(pMessage) == "myLibTest")
{
success = true;
Expand Down

0 comments on commit c72afed

Please sign in to comment.