mirror of
https://github.com/nasa/trick.git
synced 2025-06-16 14:18:28 +00:00
Test code does not work with new directory locations.
Adjusted all of the source code to point to the header files in their new locations. Adjusted the makefiles for the header locations as well. Added .gitignore files in the test directories to ignore test object code.
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "trick_utils/comm/include/tc.h"
|
||||
#include "trick_utils/comm/include/attributes.h"
|
||||
#include "trick_utils/comm/include/hs_msg.h"
|
||||
#include "trick_utils/comm/include/tc_proto.h"
|
||||
#include "trick_utils/comm/include/trick_byteswap.h"
|
||||
#include "trick_utils/comm/include/trick_error_hndlr.h"
|
||||
#include "trick/tc.h"
|
||||
#include "trick/attributes.h"
|
||||
#include "trick/hs_msg.h"
|
||||
#include "trick/tc_proto.h"
|
||||
#include "trick/trick_byteswap.h"
|
||||
#include "trick/trick_error_hndlr.h"
|
||||
|
||||
|
||||
class TCDevCopyTest : public testing::Test {
|
||||
|
Reference in New Issue
Block a user