Commit db21dd16 by Maarten L. Hekkelman

fix making, testing

parent 2f3279a5
...@@ -210,13 +210,18 @@ distclean: clean ...@@ -210,13 +210,18 @@ distclean: clean
# Test rules # Test rules
examples/pdb1cbs.ent: examples/pdb1cbs.ent.gz
gunzip -c $? > $@
pdb2cif_PARAMS = ../examples/pdb1cbs.ent
define TEST_template = define TEST_template =
-include $$(OBJDIR)/$(1)-test.d -include $$(OBJDIR)/$(1)-test.d
$(1)_OBJECTS = $$(OBJDIR)/$(1)-test.o $(1)_OBJECTS = $$(OBJDIR)/$(1)-test.o
test/$(1)-test: $(LIB_TARGET) $$($(1)_OBJECTS) data/components.cif test/$(1)-test: $(LIB_TARGET) $$($(1)_OBJECTS) data/components.cif examples/pdb1cbs.ent
@ echo ">>> building $(1)-test" @ echo ">>> building $(1)-test"
$(CXX) $(CXXFLAGS) $(LDFLAGS) -o $$@ $$($(1)_OBJECTS) -L.libs -lcifpp -lboost_program_options $(LIBS) $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $$@ $$($(1)_OBJECTS) -L.libs -lcifpp -lboost_program_options $(LIBS)
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include <fstream> #include <fstream>
#include <algorithm> #include <algorithm>
#include <mutex>
#include <boost/iostreams/filtering_stream.hpp> #include <boost/iostreams/filtering_stream.hpp>
#include <boost/iostreams/filter/gzip.hpp> #include <boost/iostreams/filter/gzip.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment