Skip to content
Snippets Groups Projects
Commit a08a1d87 authored by Mulas, Giacomo's avatar Mulas, Giacomo
Browse files

test disabling testing makefile

parent ee629c57
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ CXX_TEDF_OBJS=$(OBJDIR)/test_TEDF.o $(OBJDIR)/Configuration.o $(OBJDIR)/file_io. ...@@ -15,7 +15,7 @@ CXX_TEDF_OBJS=$(OBJDIR)/test_TEDF.o $(OBJDIR)/Configuration.o $(OBJDIR)/file_io.
CXX_TTMS_OBJS=$(OBJDIR)/test_TTMS.o $(OBJDIR)/file_io.o $(OBJDIR)/Parsers.o $(OBJDIR)/TransitionMatrix.o CXX_TTMS_OBJS=$(OBJDIR)/test_TTMS.o $(OBJDIR)/file_io.o $(OBJDIR)/Parsers.o $(OBJDIR)/TransitionMatrix.o
all: $(BUILDDIR_TEST)/test_TEDF $(BUILDDIR_TEST)/test_TTMS all: #$(BUILDDIR_TEST)/test_TEDF $(BUILDDIR_TEST)/test_TTMS
$(BUILDDIR_TEST): $(BUILDDIR_TEST):
mkdir -p $(BUILDDIR_TEST) mkdir -p $(BUILDDIR_TEST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment