Skip to content
Snippets Groups Projects
Commit ed1bf130 authored by Steven Murray's avatar Steven Murray
Browse files

The unittests now compile exception_Backtrace.o and now work again.

parent 02f6a1cf
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ rununittests: $(RMC_OBJECTS) \
dlf_Param.o \
dlf_dlf_lib.o \
exception_AlreadyInitialized.o \
exception_Backtrace.o \
exception_Communication.o \
exception_DismountFailed.o \
exception_Exception.o \
......@@ -522,6 +523,10 @@ exception_AlreadyInitialized.o: \
$(ROOT_DIR)/castor/exception/AlreadyInitialized.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
exception_Backtrace.o: \
$(ROOT_DIR)/castor/exception/Backtrace.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
exception_Communication.o: $(ROOT_DIR)/castor/exception/Communication.cpp
g++ $(COMMON_OPS) -c $(INCLUDE_OPS) -o $@ $^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment